Searched defs:neigh_table (Results 1 – 1 of 1) sorted by relevance
151 struct neigh_table { struct152 struct neigh_table *next; argument153 int family;154 int entry_size;155 int key_len;156 __u32 (*hash)(const void *pkey,159 int (*constructor)(struct neighbour *);160 int (*pconstructor)(struct pneigh_entry *);161 void (*pdestructor)(struct pneigh_entry *);162 void (*proxy_redo)(struct sk_buff *skb);[all …]