Home
last modified time | relevance | path

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

/include/net/
Dneighbour.h152 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);
[all …]