Searched refs:IFLA_IPTUN_TOS (Results 1 – 7 of 7) sorted by relevance
/external/iproute2/ip/ |
D | link_iptnl.c | 128 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/ |
D | ipip.c | 57 [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()
|
D | sit.c | 61 [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()
|
D | ip6tnl.c | 64 [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/ |
D | if_tunnel.h | 46 IFLA_IPTUN_TOS, enumerator
|
/external/iproute2/include/linux/ |
D | if_tunnel.h | 46 IFLA_IPTUN_TOS, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | if_tunnel.h | 63 IFLA_IPTUN_TOS, enumerator
|