Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h74 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 …]
Ddn_neigh.h27 extern struct neigh_table dn_neigh_table;
Darp.h10 extern struct neigh_table arp_tbl;
Dndisc.h62 extern struct neigh_table nd_tbl;
Daddrconf.h167 struct neigh_table *nd_tbl;
/linux-4.1.27/net/core/
Dneighbour.c57 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/
Ddn_neigh.c77 struct neigh_table dn_neigh_table = {
Ddn_dev.c65 extern struct neigh_table dn_neigh_table;
Ddn_route.c101 extern struct neigh_table dn_neigh_table;
/linux-4.1.27/net/ipv4/
Darp.c153 struct neigh_table arp_tbl = {
/linux-4.1.27/net/ipv6/
Dndisc.c118 struct neigh_table nd_tbl = {