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