Home
last modified time | relevance | path

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

/Linux-v4.19/net/ieee802154/6lowpan/
Dcore.c103 .ndo_neigh_construct = lowpan_neigh_construct,
/Linux-v4.19/net/atm/
Dclip.c490 .ndo_neigh_construct = clip_constructor,
/Linux-v4.19/net/core/
Dneighbour.c513 if (dev->netdev_ops->ndo_neigh_construct) { in __neigh_create()
514 error = dev->netdev_ops->ndo_neigh_construct(dev, n); in __neigh_create()
/Linux-v4.19/include/linux/
Dnetdevice.h1347 int (*ndo_neigh_construct)(struct net_device *dev, member