Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/
Dneighbour.h203 void (*pdestructor)(struct pneigh_entry *); member
/Linux-v4.19/net/core/
Dneighbour.c674 if (tbl->pdestructor) in pneigh_delete()
675 tbl->pdestructor(n); in pneigh_delete()
708 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
709 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/Linux-v4.19/net/ipv6/
Dndisc.c118 .pdestructor = pndisc_destructor,