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.c859 if (tbl->pdestructor) in pneigh_delete()
860 tbl->pdestructor(n); in pneigh_delete()
901 if (tbl->pdestructor) in pneigh_ifdown()
902 tbl->pdestructor(n); in pneigh_ifdown()
/linux/net/ipv6/
H A Dndisc.c117 .pdestructor = pndisc_destructor,