Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_ip6tnl.c128 if (iptuninfo[IFLA_IPTUN_ENCAP_LIMIT]) in ip6tunnel_parse_opt()
129 encap_limit = rta_getattr_u8(iptuninfo[IFLA_IPTUN_ENCAP_LIMIT]); in ip6tunnel_parse_opt()
247 addattr8(n, 1024, IFLA_IPTUN_ENCAP_LIMIT, encap_limit); in ip6tunnel_parse_opt()
313 else if (tb[IFLA_IPTUN_ENCAP_LIMIT]) in ip6tunnel_print_opt()
315 rta_getattr_u8(tb[IFLA_IPTUN_ENCAP_LIMIT])); in ip6tunnel_print_opt()
/external/libnl/lib/route/link/
Dip6tnl.c65 [IFLA_IPTUN_ENCAP_LIMIT] = { .type = NLA_U8 },
128 if (tb[IFLA_IPTUN_ENCAP_LIMIT]) { in ip6_tnl_parse()
129 ip6_tnl->encap_limit = nla_get_u8(tb[IFLA_IPTUN_ENCAP_LIMIT]); in ip6_tnl_parse()
179 NLA_PUT_U8(msg, IFLA_IPTUN_ENCAP_LIMIT, ip6_tnl->encap_limit); in ip6_tnl_put_attrs()
/external/libnl/include/linux-private/linux/
Dif_tunnel.h47 IFLA_IPTUN_ENCAP_LIMIT, enumerator
/external/iproute2/include/linux/
Dif_tunnel.h47 IFLA_IPTUN_ENCAP_LIMIT, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h64 IFLA_IPTUN_ENCAP_LIMIT, enumerator