Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Daf_mpls.c37 #define MPLS_NEIGH_TABLE_UNSPEC (NEIGH_LINK_TABLE + 1)
456 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward()
660 case NEIGH_LINK_TABLE: in find_outdev()
697 if ((nh->nh_via_table == NEIGH_LINK_TABLE) && in mpls_nh_assign_dev()
742 *via_table = NEIGH_LINK_TABLE; in nla_get_via()
2302 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2316 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/Linux-v4.19/include/net/
Dneighbour.h229 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/Linux-v4.19/net/core/
Dneighbour.c2550 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()