Searched refs:ndo_neigh_construct (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/ieee802154/6lowpan/
H A Dcore.c104 .ndo_neigh_construct = lowpan_neigh_construct,
/linux-master/net/atm/
H A Dclip.c491 .ndo_neigh_construct = clip_constructor,
/linux-master/net/core/
H A Dneighbour.c665 if (dev->netdev_ops->ndo_neigh_construct) {
666 error = dev->netdev_ops->ndo_neigh_construct(dev, n);
/linux-master/include/linux/
H A Dnetdevice.h1495 int (*ndo_neigh_construct)(struct net_device *dev, member in struct:net_device_ops

Completed in 160 milliseconds