Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_tunnel.h64 IFLA_IPTUN_TOS, enumerator
/openbmc/linux/net/ipv4/
H A Dipip.c519 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip_fill_info()
550 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
H A Dip_tunnel_core.c1136 if (data[IFLA_IPTUN_TOS]) in ip_tunnel_netlink_parms()
1137 parms->iph.tos = nla_get_u8(data[IFLA_IPTUN_TOS]); in ip_tunnel_netlink_parms()
/openbmc/linux/net/ipv6/
H A Dsit.c1701 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip6_fill_info()
1742 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },