Searched refs:MPLS_IPTUNNEL_DST (Results 1 – 5 of 5) sorted by relevance
/external/libnl/lib/route/ |
D | nh_encap_mpls.c | 30 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/ |
D | mpls_iptunnel.h | 25 MPLS_IPTUNNEL_DST, enumerator
|
/external/libnl/include/linux-private/linux/ |
D | mpls_iptunnel.h | 25 MPLS_IPTUNNEL_DST, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | mpls_iptunnel.h | 25 MPLS_IPTUNNEL_DST, enumerator
|
/external/iproute2/ip/ |
D | iproute_lwtunnel.c | 249 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()
|