Searched refs:IFLA_IPTUN_TOS (Results 1 – 4 of 4) sorted by relevance
64 IFLA_IPTUN_TOS, enumerator
528 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip_fill_info()559 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
1152 if (data[IFLA_IPTUN_TOS]) in ip_tunnel_netlink_parms()1153 parms->iph.tos = nla_get_u8(data[IFLA_IPTUN_TOS]); in ip_tunnel_netlink_parms()
1700 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip6_fill_info()1742 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },