Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h210 int (*pconstructor)(struct pneigh_entry *); member
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dndisc.c116 .pconstructor = pndisc_constructor,
/OK3568_Linux_fs/kernel/net/core/
H A Dneighbour.c762 if (tbl->pconstructor && tbl->pconstructor(n)) { in pneigh_lookup()