Home
last modified time | relevance | path

Searched refs:NEIGH_LINK_TABLE (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/mpls/
Daf_mpls.c371 if ((cfg->rc_via_table == NEIGH_LINK_TABLE) && in mpls_route_add()
762 cfg->rc_via_table = NEIGH_LINK_TABLE; in rtm_to_route_config()
956 rt0->rt_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
966 rt2->rt_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/linux-4.1.27/include/net/
Dneighbour.h226 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/linux-4.1.27/net/core/
Dneighbour.c2427 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()