Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dneighbour.h206 void (*pdestructor)(struct pneigh_entry *); member
/Linux-v5.4/net/core/
Dneighbour.c776 if (tbl->pdestructor) in pneigh_delete()
777 tbl->pdestructor(n); in pneigh_delete()
810 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
811 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/Linux-v5.4/net/ipv6/
Dndisc.c116 .pdestructor = pndisc_destructor,