Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Dif_tunnel.h64 IFLA_IPTUN_TOS, enumerator
/linux-6.3-rc2/net/ipv4/
A Dipip.c518 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip_fill_info()
549 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },
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()
/linux-6.3-rc2/net/ipv6/
A Dsit.c1698 nla_put_u8(skb, IFLA_IPTUN_TOS, parm->iph.tos) || in ipip6_fill_info()
1739 [IFLA_IPTUN_TOS] = { .type = NLA_U8 },

Completed in 10 milliseconds