Home
last modified time | relevance | path

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

/linux-4.4.14/net/mpls/
Dmpls_iptunnel.c112 err = neigh_xmit(NEIGH_ND_TABLE, out_dev, &rt6->rt6i_gateway, in mpls_output()
Daf_mpls.c508 case NEIGH_ND_TABLE: in find_outdev()
1079 *via_table = NEIGH_ND_TABLE; in nla_get_via()
/linux-4.4.14/include/net/
Dneighbour.h224 NEIGH_ND_TABLE = 1, enumerator
/linux-4.4.14/net/ipv6/
Dndisc.c1818 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init()
1851 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
/linux-4.4.14/net/core/
Dneighbour.c1584 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()