Home
last modified time | relevance | path

Searched refs:MPLS_IPTUNNEL_DST (Results 1 – 5 of 5) sorted by relevance

/external/libnl/lib/route/
Dnh_encap_mpls.c30 NLA_PUT_ADDR(msg, MPLS_IPTUNNEL_DST, encap_info->dst); in mpls_encap_build_msg()
48 [MPLS_IPTUNNEL_DST] = { .type = NLA_U32 },
64 if (!tb[MPLS_IPTUNNEL_DST]) in mpls_encap_parse_msg()
67 labels = nl_addr_alloc_attr(tb[MPLS_IPTUNNEL_DST], AF_MPLS); in mpls_encap_parse_msg()
/external/iproute2/include/uapi/linux/
Dmpls_iptunnel.h25 MPLS_IPTUNNEL_DST, enumerator
/external/libnl/include/linux-private/linux/
Dmpls_iptunnel.h25 MPLS_IPTUNNEL_DST, enumerator
/external/kernel-headers/original/uapi/linux/
Dmpls_iptunnel.h25 MPLS_IPTUNNEL_DST, enumerator
/external/iproute2/ip/
Diproute_lwtunnel.c249 if (tb[MPLS_IPTUNNEL_DST]) in print_encap_mpls()
251 format_host_rta(AF_MPLS, tb[MPLS_IPTUNNEL_DST])); in print_encap_mpls()
653 rta_addattr_l(rta, len, MPLS_IPTUNNEL_DST, &addr.data, in parse_encap_mpls()