Searched refs:encap_limit (Results 1 – 15 of 15) sorted by relevance
/external/libnl/lib/route/link/ |
D | ip6tnl.c | 45 uint8_t encap_limit; member 131 ip6_tnl->encap_limit = nla_get_u8(tb[IFLA_IPTUN_ENCAP_LIMIT]); in ip6_tnl_parse() 186 NLA_PUT_U8(msg, IFLA_IPTUN_ENCAP_LIMIT, ip6_tnl->encap_limit); in ip6_tnl_put_attrs() 266 nl_dump_line(p, "%d\n", ip6_tnl->encap_limit); in ip6_tnl_dump_details() 566 int rtnl_link_ip6_tnl_set_encaplimit(struct rtnl_link *link, uint8_t encap_limit) in rtnl_link_ip6_tnl_set_encaplimit() argument 572 ip6_tnl->encap_limit = encap_limit; in rtnl_link_ip6_tnl_set_encaplimit() 590 return ip6_tnl->encap_limit; in rtnl_link_ip6_tnl_get_encaplimit()
|
/external/iproute2/include/uapi/linux/ |
D | ip6_tunnel.h | 29 __u8 encap_limit; /* encapsulation limit for tunnel */ member 41 __u8 encap_limit; /* encapsulation limit for tunnel */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | ip6_tunnel.h | 31 __u8 encap_limit; /* encapsulation limit for tunnel */ member 43 __u8 encap_limit; /* encapsulation limit for tunnel */ member
|
/external/iproute2/ip/ |
D | ip6tunnel.c | 92 printf(" encaplimit %u", p->encap_limit); in print_tunnel() 193 p->encap_limit = uval; in parse_args() 305 p->encap_limit = IPV6_DEFAULT_TNL_ENCAP_LIMIT; in ip6_tnl_parm_init() 323 (!p1->encap_limit || p1->encap_limit == p2->encap_limit) && in ip6_tnl_parm_match()
|
D | link_gre6.c | 102 __u8 encap_limit = IPV6_DEFAULT_TNL_ENCAP_LIMIT; in gre_parse_opt() local 161 encap_limit = rta_getattr_u8(greinfo[IFLA_GRE_ENCAP_LIMIT]); in gre_parse_opt() 369 encap_limit = uval; in gre_parse_opt() 386 addattr_l(n, 1024, IFLA_GRE_ENCAP_LIMIT, &encap_limit, 1); in gre_parse_opt() 466 int encap_limit = rta_getattr_u8(tb[IFLA_GRE_ENCAP_LIMIT]); in gre_print_opt() local 471 encap_limit); in gre_print_opt()
|
D | link_ip6tnl.c | 93 __u8 encap_limit = IPV6_DEFAULT_TNL_ENCAP_LIMIT; in ip6tunnel_parse_opt() local 143 encap_limit = rta_getattr_u8(iptuninfo[IFLA_IPTUN_ENCAP_LIMIT]); in ip6tunnel_parse_opt() 218 encap_limit = uval; in ip6tunnel_parse_opt() 317 addattr8(n, 1024, IFLA_IPTUN_ENCAP_LIMIT, encap_limit); in ip6tunnel_parse_opt()
|
/external/libnl/include/netlink/route/link/ |
D | ip6tnl.h | 36 extern int rtnl_link_ip6_tnl_set_encaplimit(struct rtnl_link *link, uint8_t encap_limit);
|
/external/libnl/doc/ |
D | route.txt | 1235 extern int rtnl_link_ip6_tnl_set_encaplimit(struct rtnl_link *link, uint8_t encap_limit);
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 87720 __u8 encap_limit; member 89258 __u8 encap_limit; member 89269 __u8 encap_limit; member 89289 __u8 encap_limit; member
|
/external/bcc/libbpf-tools/powerpc/ |
D | vmlinux_510.h | 119354 __u8 encap_limit; member
|
D | vmlinux.h | 119354 __u8 encap_limit; member
|
/external/bcc/libbpf-tools/arm64/ |
D | vmlinux.h | 106150 __u8 encap_limit; member
|
D | vmlinux_510.h | 106150 __u8 encap_limit; member
|
/external/bcc/libbpf-tools/x86/ |
D | vmlinux_505.h | 112645 __u8 encap_limit; member
|
D | vmlinux.h | 112645 __u8 encap_limit; member
|