Home
last modified time | relevance | path

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

/linux-6.15/net/ieee802154/6lowpan/
H A Dcore.c105 .ndo_neigh_construct = lowpan_neigh_construct,
/linux-6.15/drivers/net/
H A Dloopback.c263 .ndo_neigh_construct = blackhole_neigh_construct,
/linux-6.15/net/atm/
H A Dclip.c491 .ndo_neigh_construct = clip_constructor,
/linux-6.15/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-6.15/include/linux/
H A Dnetdevice.h1539 int (*ndo_neigh_construct)(struct net_device *dev, member