Searched refs:IFLA_IPTUN_ENCAP_SPORT (Results 1 – 5 of 5) sorted by relevance
| /linux/include/uapi/linux/ ! |
| H A D | if_tunnel.h | 76 IFLA_IPTUN_ENCAP_SPORT, enumerator
|
| /linux/net/ipv4/ ! |
| H A D | ipip.c | 565 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info() 592 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|
| H A D | ip_tunnel_core.c | 1143 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip_tunnel_netlink_encap_parms() 1145 encap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip_tunnel_netlink_encap_parms()
|
| /linux/net/ipv6/ ! |
| H A D | sit.c | 1679 /* IFLA_IPTUN_ENCAP_SPORT */ in ipip6_get_size() 1720 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info() 1751 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|
| H A D | ip6_tunnel.c | 2171 /* IFLA_IPTUN_ENCAP_SPORT */ in ip6_tnl_get_size() 2199 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info() 2233 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
|