Home
last modified time | relevance | path

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

/Linux-v5.4/net/mpls/
Daf_mpls.c38 #define MPLS_NEIGH_TABLE_UNSPEC (NEIGH_LINK_TABLE + 1)
455 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward()
659 case NEIGH_LINK_TABLE: in find_outdev()
696 if ((nh->nh_via_table == NEIGH_LINK_TABLE) && in mpls_nh_assign_dev()
741 *via_table = NEIGH_LINK_TABLE; in nla_get_via()
2525 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2539 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/Linux-v5.4/include/net/
Dneighbour.h236 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/Linux-v5.4/net/core/
Dneighbour.c3013 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()