Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dclip.c491 .ndo_neigh_construct = clip_constructor,
/linux-4.4.14/net/core/
Dneighbour.c475 if (dev->netdev_ops->ndo_neigh_construct) { in __neigh_create()
476 error = dev->netdev_ops->ndo_neigh_construct(n); in __neigh_create()
/linux-4.4.14/include/linux/
Dnetdevice.h1176 int (*ndo_neigh_construct)(struct neighbour *n); member