Searched refs:IFLA_IPTUN_FLAGS (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | link_ip6tnl.c | 134 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()
|
D | link_iptnl.c | 135 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/ |
D | sit.c | 63 [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()
|
D | ip6tnl.c | 67 [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/ |
D | if_tunnel.h | 49 IFLA_IPTUN_FLAGS, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 49 IFLA_IPTUN_FLAGS, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 66 IFLA_IPTUN_FLAGS, enumerator
|