Searched refs:IFLA_IPTUN_PROTO (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dif_tunnel.h68 IFLA_IPTUN_PROTO, enumerator in enum:__anon4346
/linux-master/net/ipv4/
H A Dipip.c397 if (!data || !data[IFLA_IPTUN_PROTO])
400 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
491 /* IFLA_IPTUN_PROTO */
520 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) ||
551 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
H A Dip_tunnel_core.c1145 if (data[IFLA_IPTUN_PROTO])
1146 parms->iph.protocol = nla_get_u8(data[IFLA_IPTUN_PROTO]);
/linux-master/net/ipv6/
H A Dip6_tunnel.c1949 if (!data || !data[IFLA_IPTUN_PROTO])
1952 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
1990 if (data[IFLA_IPTUN_PROTO])
1991 parms->proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
2096 /* IFLA_IPTUN_PROTO */
2125 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->proto) ||
2161 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },
H A Dsit.c1482 if (!data || !data[IFLA_IPTUN_PROTO])
1485 proto = nla_get_u8(data[IFLA_IPTUN_PROTO]);
1662 /* IFLA_IPTUN_PROTO */
1699 nla_put_u8(skb, IFLA_IPTUN_PROTO, parm->iph.protocol) ||
1740 [IFLA_IPTUN_PROTO] = { .type = NLA_U8 },

Completed in 138 milliseconds