Home
last modified time | relevance | path

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

/Linux-v6.1/include/net/
Dneighbour.h211 void (*pdestructor)(struct pneigh_entry *); member
/Linux-v6.1/net/core/
Dneighbour.c849 if (tbl->pdestructor) in pneigh_delete()
850 tbl->pdestructor(n); in pneigh_delete()
882 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
883 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/Linux-v6.1/net/ipv6/
Dndisc.c117 .pdestructor = pndisc_destructor,