Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_tunnel.h68 IFLA_IPTUN_PROTO, enumerator
/linux/net/ipv6/
H A Dip6_tunnel.c2017 if (!data || !data[IFLA_IPTUN_PROTO]) in ip6_tnl_validate()
2020 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]); in ip6_tnl_validate()
2058 if (data[IFLA_IPTUN_PROTO]) in ip6_tnl_netlink_parms()
2059 parms->proto = nla_get_u8(data[IFLA_IPTUN_PROTO]); in ip6_tnl_netlink_parms()
2221 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->proto) || in ip6_tnl_fill_info()
2257 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
H A Dsit.c1482 if (!data || !data[IFLA_IPTUN_PROTO]) in ipip6_validate()
1485 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]); in ipip6_validate()
1706 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) || in ipip6_fill_info()
1748 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
/linux/net/ipv4/
H A Dip_tunnel_core.c1206 if (data[IFLA_IPTUN_PROTO])
1207 parms->iph.protocol = nla_get_u8(data[IFLA_IPTUN_PROTO]);