Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
658 case NEIGH_LINK_TABLE: in find_outdev()
695 if ((nh->nh_via_table == NEIGH_LINK_TABLE) && in mpls_nh_assign_dev()
740 *via_table = NEIGH_LINK_TABLE; in nla_get_via()
2553 rt0->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
2567 rt2->rt_nh->nh_via_table = NEIGH_LINK_TABLE; in resize_platform_label_table()
/kernel/linux/linux-5.10/include/net/
Dneighbour.h239 NEIGH_LINK_TABLE = NEIGH_NR_TABLES /* Pseudo table for neigh_xmit */ enumerator
/kernel/linux/linux-5.10/net/core/
Dneighbour.c3033 else if (index == NEIGH_LINK_TABLE) { in neigh_xmit()