Searched refs:NEIGH_ARP_TABLE (Results 1 – 7 of 7) sorted by relevance
/linux/net/mpls/ |
A D | mpls_iptunnel.c | 140 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gw4, in mpls_xmit() 145 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt6->rt6i_gateway.s6_addr32[3], in mpls_xmit()
|
A D | af_mpls.c | 654 case NEIGH_ARP_TABLE: in find_outdev() 745 *via_table = NEIGH_ARP_TABLE; in nla_get_via()
|
/linux/net/netfilter/ |
A D | nft_fwd_netdev.c | 112 neigh_table = NEIGH_ARP_TABLE; in nft_fwd_neigh_eval()
|
A D | nf_flow_table_ip.c | 399 neigh_xmit(NEIGH_ARP_TABLE, outdev, &nexthop, skb); in nf_flow_offload_ip_hook()
|
/linux/include/net/ |
A D | neighbour.h | 235 NEIGH_ARP_TABLE = 0, enumerator
|
/linux/net/ipv4/ |
A D | arp.c | 1306 neigh_table_init(NEIGH_ARP_TABLE, &arp_tbl); in arp_init()
|
/linux/net/core/ |
A D | neighbour.c | 1811 tbl = neigh_tables[NEIGH_ARP_TABLE]; in neigh_find_table() 3093 if (index == NEIGH_ARP_TABLE) { in neigh_xmit()
|
Completed in 22 milliseconds