Home
last modified time | relevance | path

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

/include/net/
Dneighbour.h151 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, const struct net_device *);
158 int (*constructor)(struct neighbour *);
159 int (*pconstructor)(struct pneigh_entry *);
160 void (*pdestructor)(struct pneigh_entry *);
161 void (*proxy_redo)(struct sk_buff *skb);
[all …]