Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour.h220 void (*pdestructor)(struct pneigh_entry *); member
/linux/net/core/
H A Dneighbour.c858 if (tbl->pdestructor) in pneigh_delete()
859 tbl->pdestructor(n); in pneigh_delete()
900 if (tbl->pdestructor) in pneigh_ifdown()
901 tbl->pdestructor(n); in pneigh_ifdown()
/linux/net/ipv6/
H A Dndisc.c117 .pdestructor = pndisc_destructor,