Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_FLAGS (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/ip/
Dlink_ip6tnl.c134 if (iptuninfo[IFLA_IPTUN_FLAGS]) in ip6tunnel_parse_opt()
135 flags = rta_getattr_u32(iptuninfo[IFLA_IPTUN_FLAGS]); in ip6tunnel_parse_opt()
249 addattr32(n, 1024, IFLA_IPTUN_FLAGS, flags); in ip6tunnel_parse_opt()
265 if (tb[IFLA_IPTUN_FLAGS]) in ip6tunnel_print_opt()
266 flags = rta_getattr_u32(tb[IFLA_IPTUN_FLAGS]); in ip6tunnel_print_opt()
Dlink_iptnl.c135 if (iptuninfo[IFLA_IPTUN_FLAGS]) in iptunnel_parse_opt()
136 iflags = rta_getattr_u16(iptuninfo[IFLA_IPTUN_FLAGS]); in iptunnel_parse_opt()
307 addattr16(n, 1024, IFLA_IPTUN_FLAGS, iflags); in iptunnel_parse_opt()
382 if (tb[IFLA_IPTUN_FLAGS]) { in iptunnel_print_opt()
383 __u16 iflags = rta_getattr_u16(tb[IFLA_IPTUN_FLAGS]); in iptunnel_print_opt()
/external/libnl/lib/route/link/
Dsit.c63 [IFLA_IPTUN_FLAGS] = { .type = NLA_U16 },
129 if (tb[IFLA_IPTUN_FLAGS]) { in sit_parse()
130 sit->flags = nla_get_u16(tb[IFLA_IPTUN_FLAGS]); in sit_parse()
173 NLA_PUT_U16(msg, IFLA_IPTUN_FLAGS, sit->flags); in sit_put_attrs()
Dip6tnl.c67 [IFLA_IPTUN_FLAGS] = { .type = NLA_U32 },
133 if (tb[IFLA_IPTUN_FLAGS]) { in ip6_tnl_parse()
134 ip6_tnl->flags = nla_get_u32(tb[IFLA_IPTUN_FLAGS]); in ip6_tnl_parse()
182 NLA_PUT_U32(msg, IFLA_IPTUN_FLAGS, ip6_tnl->flags); in ip6_tnl_put_attrs()
/external/libnl/include/linux-private/linux/
Dif_tunnel.h49 IFLA_IPTUN_FLAGS, enumerator
/external/iproute2/include/linux/
Dif_tunnel.h49 IFLA_IPTUN_FLAGS, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h66 IFLA_IPTUN_FLAGS, enumerator