Home
last modified time | relevance | path

Searched refs:ndo_neigh_construct (Results 1 – 5 of 5) sorted by relevance

/linux/net/ieee802154/6lowpan/
H A Dcore.c104 .ndo_neigh_construct = lowpan_neigh_construct,
/linux/drivers/net/
H A Dloopback.c262 .ndo_neigh_construct = blackhole_neigh_construct,
/linux/net/atm/
H A Dclip.c491 .ndo_neigh_construct = clip_constructor,
/linux/net/core/
H A Dneighbour.c624 if (dev->netdev_ops->ndo_neigh_construct) { in ___neigh_create()
625 error = dev->netdev_ops->ndo_neigh_construct(dev, n); in ___neigh_create()
/linux/include/linux/
H A Dnetdevice.h1520 int (*ndo_neigh_construct)(struct net_device *dev, member