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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dneighbour.h148 void (*pdestructor)(struct pneigh_entry *); member in struct:neigh_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dneighbour.h148 void (*pdestructor)(struct pneigh_entry *); member in struct:neigh_table
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c398 if (tbl->pdestructor)
399 tbl->pdestructor(n);
417 if (tbl->pdestructor)
418 tbl->pdestructor(n);

Completed in 46 milliseconds