Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dneighbour.h213 void (*pdestructor)(struct pneigh_entry *); member
/linux-6.15/net/core/
H A Dneighbour.c794 if (tbl->pdestructor) in pneigh_delete()
795 tbl->pdestructor(n); in pneigh_delete()
827 if (tbl->pdestructor) in pneigh_ifdown_and_unlock()
828 tbl->pdestructor(n); in pneigh_ifdown_and_unlock()
/linux-6.15/net/ipv6/
H A Dndisc.c117 .pdestructor = pndisc_destructor,