Searched refs:neigh_table (Results 1 – 16 of 16) sorted by relevance
/linux/include/net/ |
A D | neighbour.h | 75 struct neigh_table *tbl; 136 struct neigh_table *tbl; 195 struct neigh_table { struct 294 struct neigh_table *tbl, in ___neigh_lookup_noref() 324 void neigh_table_init(int index, struct neigh_table *tbl); 350 struct neighbour *neigh_event_ns(struct neigh_table *tbl, 355 struct neigh_table *tbl); 382 void neigh_for_each(struct neigh_table *tbl, 384 void __neigh_for_each_release(struct neigh_table *tbl, 387 void pneigh_for_each(struct neigh_table *tbl, [all …]
|
A D | dn_neigh.h | 28 extern struct neigh_table dn_neigh_table;
|
A D | arp.h | 11 extern struct neigh_table arp_tbl;
|
A D | ipv6_stubs.h | 66 struct neigh_table *nd_tbl;
|
A D | ndisc.h | 79 extern struct neigh_table nd_tbl;
|
/linux/net/core/ |
A D | neighbour.c | 209 struct neigh_table *tbl) in neigh_del() 918 struct neigh_table *tbl = container_of(work, struct neigh_table, gc_work.work); in neigh_periodic_work() 1568 struct neigh_table *tbl = container_of(work, struct neigh_table, in neigh_managed_work() 1807 struct neigh_table *tbl = NULL; in neigh_find_table() 1847 struct neigh_table *tbl; in neigh_delete() 1914 struct neigh_table *tbl; in neigh_add() 2258 struct neigh_table *tbl; in neightbl_set() 2447 struct neigh_table *tbl; in neightbl_dump_info() 2565 struct neigh_table *tbl) in pneigh_fill_info() 2800 struct neigh_table *tbl; in neigh_dump_info() [all …]
|
/linux/net/netfilter/ |
A D | nft_fwd_netdev.c | 96 int neigh_table; in nft_fwd_neigh_eval() local 112 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval() 128 neigh_table = NEIGH_ND_TABLE; in nft_fwd_neigh_eval() 142 neigh_xmit(neigh_table, dev, addr, skb); in nft_fwd_neigh_eval()
|
/linux/include/trace/events/ |
A D | neigh.h | 25 TP_PROTO(struct neigh_table *tbl, struct net_device *dev,
|
/linux/net/ipv4/ |
A D | arp.c | 152 struct neigh_table arp_tbl = { 1123 struct neigh_table *tbl = &arp_tbl; in arp_invalidate()
|
/linux/net/decnet/ |
A D | dn_neigh.c | 78 struct neigh_table dn_neigh_table = {
|
A D | dn_dev.c | 66 extern struct neigh_table dn_neigh_table;
|
A D | dn_route.c | 92 extern struct neigh_table dn_neigh_table;
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
A D | spectrum_span.c | 227 static int mlxsw_sp_span_dmac(struct neigh_table *tbl, in mlxsw_sp_span_dmac() 360 struct neigh_table *tbl, in mlxsw_sp_span_entry_tunnel_parms_common()
|
A D | spectrum_router.c | 2938 struct neigh_table *neigh_tbl;
|
/linux/net/ipv6/ |
A D | ndisc.c | 109 struct neigh_table nd_tbl = {
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_encap.c | 366 struct neigh_table *tbl; in mlx5e_tc_update_neigh_used_value()
|
Completed in 55 milliseconds