Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dneighbour.c909 if (dev->netdev_ops->ndo_neigh_destroy) in neigh_destroy()
910 dev->netdev_ops->ndo_neigh_destroy(dev, neigh); in neigh_destroy()
/openbmc/linux/Documentation/networking/
H A Dswitchdev.rst410 for the routes as arp_tbl updates. The driver implements ndo_neigh_destroy
/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_main.c2029 .ndo_neigh_destroy = rocker_port_neigh_destroy,
/openbmc/linux/include/linux/
H A Dnetdevice.h1552 void (*ndo_neigh_destroy)(struct net_device *dev, member