Home
last modified time | relevance | path

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

/linux/net/mpls/
H A Daf_mpls.c39 #define MPLS_NEIGH_TABLE_UNSPEC (NEIGH_LINK_TABLE + 1)
458 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward()
661 case NEIGH_LINK_TABLE: in find_outdev()
698 if ((nh->nh_via_table == NEIGH_LINK_TABLE) && in mpls_nh_assign_dev()
743 *via_table = NEIGH_LINK_TABLE; in nla_get_via()
2531 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2545 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/linux/include/net/
H A Dneighbour.h244 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/linux/net/core/
H A Dneighbour.c3176 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()