Home
last modified time | relevance | path

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

/linux/include/net/
H A Dneighbour_tables.h9 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/linux/net/mpls/
H A Daf_mpls.c39 #define MPLS_NEIGH_TABLE_UNSPEC (NEIGH_LINK_TABLE + 1)
482 err = neigh_xmit(NEIGH_LINK_TABLE, out_dev, in mpls_forward()
697 case NEIGH_LINK_TABLE: in find_outdev()
733 if ((nh->nh_via_table == NEIGH_LINK_TABLE) && in mpls_nh_assign_dev()
779 *via_table = NEIGH_LINK_TABLE; in nla_get_via()
2609 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2626 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/linux/net/core/
H A Dneighbour.c3234 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()