Lines Matching defs:neigh_table
152 struct neigh_table { struct
153 struct neigh_table *next; argument
154 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);
164 char *id;
165 struct neigh_parms parms;
167 int gc_interval;
168 int gc_thresh1;
169 int gc_thresh2;
170 int gc_thresh3;
171 unsigned long last_flush;
172 struct delayed_work gc_work;
173 struct timer_list proxy_timer;
197 extern void neigh_table_init(struct neigh_table *tbl); argument