Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h200 void (*pdestructor)(struct pneigh_entry *); member
/linux-4.1.27/net/core/
Dneighbour.c632 if (tbl->pdestructor) in pneigh_delete()
633 tbl->pdestructor(n); in pneigh_delete()
654 if (tbl->pdestructor) in pneigh_ifdown()
655 tbl->pdestructor(n); in pneigh_ifdown()
/linux-4.1.27/net/ipv6/
Dndisc.c126 .pdestructor = pndisc_destructor,