Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dneighbour.h201 void (*pdestructor)(struct pneigh_entry *); member
/linux-4.4.14/net/core/
Dneighbour.c636 if (tbl->pdestructor) in pneigh_delete()
637 tbl->pdestructor(n); in pneigh_delete()
658 if (tbl->pdestructor) in pneigh_ifdown()
659 tbl->pdestructor(n); in pneigh_ifdown()
/linux-4.4.14/net/ipv6/
Dndisc.c127 .pdestructor = pndisc_destructor,