Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_ip6tnl.c142 if (iptuninfo[IFLA_IPTUN_ENCAP_LIMIT]) in ip6tunnel_parse_opt()
143 encap_limit = rta_getattr_u8(iptuninfo[IFLA_IPTUN_ENCAP_LIMIT]); in ip6tunnel_parse_opt()
317 addattr8(n, 1024, IFLA_IPTUN_ENCAP_LIMIT, encap_limit); in ip6tunnel_parse_opt()
389 else if (tb[IFLA_IPTUN_ENCAP_LIMIT]) in ip6tunnel_print_opt()
393 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/uapi/linux/
Dif_tunnel.h65 IFLA_IPTUN_ENCAP_LIMIT, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h65 IFLA_IPTUN_ENCAP_LIMIT, enumerator
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const192 IFLA_IPTUN_ENCAP_LIMIT = 6
Dsocket_netlink_route_arm.const192 IFLA_IPTUN_ENCAP_LIMIT = 6
Dsocket_netlink_route_386.const192 IFLA_IPTUN_ENCAP_LIMIT = 6
Dsocket_netlink_route_ppc64le.const192 IFLA_IPTUN_ENCAP_LIMIT = 6
Dsocket_netlink_route_arm64.const192 IFLA_IPTUN_ENCAP_LIMIT = 6
Dsocket_netlink_route.txt384 IFLA_IPTUN_ENCAP_LIMIT nlattr[IFLA_IPTUN_ENCAP_LIMIT, int8]