ndo_neigh_construct 1370 include/linux/netdevice.h 	int			(*ndo_neigh_construct)(struct net_device *dev,
ndo_neigh_construct  491 net/atm/clip.c 	.ndo_neigh_construct	= clip_constructor,
ndo_neigh_construct  600 net/core/neighbour.c 	if (dev->netdev_ops->ndo_neigh_construct) {
ndo_neigh_construct  601 net/core/neighbour.c 		error = dev->netdev_ops->ndo_neigh_construct(dev, n);
ndo_neigh_construct   95 net/ieee802154/6lowpan/core.c 	.ndo_neigh_construct    = lowpan_neigh_construct,