Searched refs:NEIGH_ARP_TABLE (Results 1 – 7 of 7) sorted by relevance
| /linux/net/mpls/ |
| A D | mpls_iptunnel.c | 138 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4, in mpls_xmit() 143 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit()
|
| A D | af_mpls.c | 655 case NEIGH_ARP_TABLE: in find_outdev() 746 *via_table = NEIGH_ARP_TABLE; in nla_get_via()
|
| /linux/net/netfilter/ |
| A D | nft_fwd_netdev.c | 120 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
|
| A D | nf_flow_table_ip.c | 457 neigh_xmit(NEIGH_ARP_TABLE, outdev, &nexthop, skb); in nf_flow_offload_ip_hook()
|
| /linux/include/net/ |
| A D | neighbour.h | 240 NEIGH_ARP_TABLE = 0, enumerator
|
| /linux/net/ipv4/ |
| A D | arp.c | 1511 neigh_table_init(NEIGH_ARP_TABLE, &arp_tbl); in arp_init()
|
| /linux/net/core/ |
| A D | neighbour.c | 1875 tbl = rcu_dereference_rtnl(neigh_tables[NEIGH_ARP_TABLE]); in neigh_find_table() 3158 if (index == NEIGH_ARP_TABLE) { in neigh_xmit()
|
Completed in 29 milliseconds