Home
last modified time | relevance | path

Searched refs:ndo_neigh_destroy (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/core/
Dneighbour.c699 if (dev->netdev_ops->ndo_neigh_destroy) in neigh_destroy()
700 dev->netdev_ops->ndo_neigh_destroy(neigh); in neigh_destroy()
/linux-4.1.27/include/linux/
Dnetdevice.h1151 void (*ndo_neigh_destroy)(struct neighbour *n); member