Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dlink_iptnl.c128 if (iptuninfo[IFLA_IPTUN_TOS]) in iptunnel_parse_opt()
129 tos = rta_getattr_u8(iptuninfo[IFLA_IPTUN_TOS]); in iptunnel_parse_opt()
298 addattr8(n, 1024, IFLA_IPTUN_TOS, tos); in iptunnel_parse_opt()
367 if (tb[IFLA_IPTUN_TOS] && rta_getattr_u8(tb[IFLA_IPTUN_TOS])) { in iptunnel_print_opt()
368 int tos = rta_getattr_u8(tb[IFLA_IPTUN_TOS]); in iptunnel_print_opt()
/external/libnl/lib/route/link/
Dipip.c57 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
113 if (tb[IFLA_IPTUN_TOS]) { in ipip_parse()
114 ipip->tos = nla_get_u8(tb[IFLA_IPTUN_TOS]); in ipip_parse()
151 NLA_PUT_U8(msg, IFLA_IPTUN_TOS, ipip->tos); in ipip_put_attrs()
Dsit.c61 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
119 if (tb[IFLA_IPTUN_TOS]) { in sit_parse()
120 sit->tos = nla_get_u8(tb[IFLA_IPTUN_TOS]); in sit_parse()
167 NLA_PUT_U8(msg, IFLA_IPTUN_TOS, sit->tos); in sit_put_attrs()
Dip6tnl.c64 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
123 if (tb[IFLA_IPTUN_TOS]) { in ip6_tnl_parse()
124 ip6_tnl->tos = nla_get_u8(tb[IFLA_IPTUN_TOS]); in ip6_tnl_parse()
176 NLA_PUT_U8(msg, IFLA_IPTUN_TOS, ip6_tnl->tos); in ip6_tnl_put_attrs()
/external/libnl/include/linux-private/linux/
Dif_tunnel.h46 IFLA_IPTUN_TOS, enumerator
/external/iproute2/include/linux/
Dif_tunnel.h46 IFLA_IPTUN_TOS, enumerator
/external/kernel-headers/original/uapi/linux/
Dif_tunnel.h63 IFLA_IPTUN_TOS, enumerator