Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h64 IFLA_IPTUN_TOS, enumerator
/linux/net/ipv4/
H A Dipip.c528 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip_fill_info()
559 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
H A Dip_tunnel_core.c1152 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()
/linux/net/ipv6/
H A Dsit.c1700 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip6_fill_info()
1742 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },