Home
last modified time | relevance | path

Searched refs:NEIGH_ARP_TABLE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/mpls/
Dmpls_iptunnel.c109 err = neigh_xmit(NEIGH_ARP_TABLE, out_dev, &rt->rt_gateway, in mpls_output()
Daf_mpls.c505 case NEIGH_ARP_TABLE: in find_outdev()
1074 *via_table = NEIGH_ARP_TABLE; in nla_get_via()
/linux-4.4.14/include/net/
Dneighbour.h223 NEIGH_ARP_TABLE = 0, enumerator
/linux-4.4.14/net/ipv4/
Darp.c1236 neigh_table_init(NEIGH_ARP_TABLE, &arp_tbl); in arp_init()
/linux-4.4.14/net/core/
Dneighbour.c1581 tbl = neigh_tables[NEIGH_ARP_TABLE]; in neigh_find_table()