Home
last modified time | relevance | path

Searched defs:neigh_table (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/include/net/
Dneighbour.h151 struct neigh_table { struct
152 struct neigh_table *next; argument
153 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 …]