Searched refs:neigh_table (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/include/net/ |
D | neighbour.h | 74 struct neigh_table *tbl; 134 struct neigh_table *tbl; 189 struct neigh_table { struct 270 struct neigh_table *tbl, in ___neigh_lookup_noref() 293 static inline struct neighbour *__neigh_lookup_noref(struct neigh_table *tbl, in __neigh_lookup_noref() 300 void neigh_table_init(int index, struct neigh_table *tbl); 301 int neigh_table_clear(int index, struct neigh_table *tbl); 302 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, 304 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, 306 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, [all …]
|
D | dn_neigh.h | 27 extern struct neigh_table dn_neigh_table;
|
D | arp.h | 10 extern struct neigh_table arp_tbl;
|
D | ndisc.h | 62 extern struct neigh_table nd_tbl;
|
D | addrconf.h | 167 struct neigh_table *nd_tbl;
|
/linux-4.1.27/net/core/ |
D | neighbour.c | 57 static int pneigh_ifdown(struct neigh_table *tbl, struct net_device *dev); 119 static int neigh_forced_gc(struct neigh_table *tbl) in neigh_forced_gc() 195 static void neigh_flush_dev(struct neigh_table *tbl, struct net_device *dev) in neigh_flush_dev() 245 void neigh_changeaddr(struct neigh_table *tbl, struct net_device *dev) in neigh_changeaddr() 253 int neigh_ifdown(struct neigh_table *tbl, struct net_device *dev) in neigh_ifdown() 266 static struct neighbour *neigh_alloc(struct neigh_table *tbl, struct net_device *dev) in neigh_alloc() 355 static struct neigh_hash_table *neigh_hash_grow(struct neigh_table *tbl, in neigh_hash_grow() 396 struct neighbour *neigh_lookup(struct neigh_table *tbl, const void *pkey, in neigh_lookup() 416 struct neighbour *neigh_lookup_nodev(struct neigh_table *tbl, struct net *net, in neigh_lookup_nodev() 447 struct neighbour *__neigh_create(struct neigh_table *tbl, const void *pkey, in __neigh_create() [all …]
|
/linux-4.1.27/net/decnet/ |
D | dn_neigh.c | 77 struct neigh_table dn_neigh_table = {
|
D | dn_dev.c | 65 extern struct neigh_table dn_neigh_table;
|
D | dn_route.c | 101 extern struct neigh_table dn_neigh_table;
|
/linux-4.1.27/net/ipv4/ |
D | arp.c | 153 struct neigh_table arp_tbl = {
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 118 struct neigh_table nd_tbl = {
|