Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_TYPE (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/ !
H A Dif_tunnel.h74 IFLA_IPTUN_ENCAP_TYPE, enumerator
/linux/net/ipv4/ !
H A Dipip.c563 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, in ipip_fill_info()
590 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
H A Dip_tunnel_core.c1133 if (data[IFLA_IPTUN_ENCAP_TYPE]) { in ip_tunnel_netlink_encap_parms()
1135 encap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]); in ip_tunnel_netlink_encap_parms()
/linux/net/ipv6/ !
H A Dsit.c1717 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, in ipip6_fill_info()
1748 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
H A Dip6_tunnel.c2201 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, tunnel->encap.type) || in ip6_tnl_fill_info()
2234 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },