> - int (*ndo_neigh_construct)(struct neighbour *n); > - void (*ndo_neigh_destroy)(struct neighbour *n); > + int (*ndo_neigh_construct)(struct net_device > *dev, > + struct neighbour *n); > + void (*ndo_neigh_destroy)(struct net_device *dev, > + struct neighbour *n);
Perhaps leverage the fact you touch this and add a comment about this NDO?