Searched refs:IFLA_IPTUN_ENCAP_TYPE (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | if_tunnel.h | 74 IFLA_IPTUN_ENCAP_TYPE, enumerator
|
/openbmc/linux/net/ipv4/ |
H A D | ipip.c | 526 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, in ipip_fill_info() 553 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
|
H A D | ip_tunnel_core.c | 1094 if (data[IFLA_IPTUN_ENCAP_TYPE]) { in ip_tunnel_netlink_encap_parms() 1096 encap->type = nla_get_u16(data[IFLA_IPTUN_ENCAP_TYPE]); in ip_tunnel_netlink_encap_parms()
|
/openbmc/linux/net/ipv6/ |
H A D | sit.c | 1721 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, in ipip6_fill_info() 1752 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
|
H A D | ip6_tunnel.c | 2137 if (nla_put_u16(skb, IFLA_IPTUN_ENCAP_TYPE, tunnel->encap.type) || in ip6_tnl_fill_info() 2170 [IFLA_IPTUN_ENCAP_TYPE] = { .type = NLA_U16 },
|