Searched defs:neigh_parms (Results 1 – 1 of 1) sorted by relevance
11929 struct neigh_parms { struct11930 possible_net_t net;11931 struct net_device *dev;11932 struct list_head list;11933 int (*neigh_setup)(struct neighbour *);11934 struct neigh_table *tbl;11935 void *sysctl_table;11936 int dead;11937 refcount_t refcnt;11938 struct callback_head callback_head;[all …]