Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dneighbour.h223 NEIGH_ND_TABLE = 1, enumerator
/linux-4.1.27/net/ipv6/
Dndisc.c1782 neigh_table_init(NEIGH_ND_TABLE, &nd_tbl); in ndisc_init()
1815 neigh_table_clear(NEIGH_ND_TABLE, &nd_tbl); in ndisc_cleanup()
/linux-4.1.27/net/mpls/
Daf_mpls.c770 cfg->rc_via_table = NEIGH_ND_TABLE; in rtm_to_route_config()
/linux-4.1.27/net/core/
Dneighbour.c1577 tbl = neigh_tables[NEIGH_ND_TABLE]; in neigh_find_table()