Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dneighbour.h205 void (*pdestructor)(struct pneigh_entry *); member
/Linux-v5.10/net/core/
Dneighbour.c775 if (tbl->pdestructor) in pneigh_delete()
776 tbl->pdestructor(n); in pneigh_delete()
809 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
810 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/Linux-v5.10/net/ipv6/
Dndisc.c117 .pdestructor = pndisc_destructor,