Home
last modified time | relevance | path

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

/Linux-v5.10/net/ieee802154/6lowpan/
Dcore.c103 .ndo_neigh_construct = lowpan_neigh_construct,
/Linux-v5.10/net/atm/
Dclip.c491 .ndo_neigh_construct = clip_constructor,
/Linux-v5.10/net/core/
Dneighbour.c602 if (dev->netdev_ops->ndo_neigh_construct) { in ___neigh_create()
603 error = dev->netdev_ops->ndo_neigh_construct(dev, n); in ___neigh_create()
/Linux-v5.10/include/linux/
Dnetdevice.h1412 int (*ndo_neigh_construct)(struct net_device *dev, member