Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dneighbour.h211 void (*pdestructor)(struct pneigh_entry *); member
/Linux-v6.6/net/core/
Dneighbour.c829 if (tbl->pdestructor) in pneigh_delete()
830 tbl->pdestructor(n); in pneigh_delete()
862 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
863 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/Linux-v6.6/net/ipv6/
Dndisc.c117 .pdestructor = pndisc_destructor,