Home
last modified time | relevance | path

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

/linux-4.1.27/net/atm/
Dclip.c488 .ndo_neigh_construct = clip_constructor,
/linux-4.1.27/net/core/
Dneighbour.c471 if (dev->netdev_ops->ndo_neigh_construct) { in __neigh_create()
472 error = dev->netdev_ops->ndo_neigh_construct(n); in __neigh_create()
/linux-4.1.27/include/linux/
Dnetdevice.h1150 int (*ndo_neigh_construct)(struct neighbour *n); member