Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/linux-6.1.9/net/ipv4/
Dipip.c527 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
554 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
Dip_tunnel_core.c1104 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip_tunnel_netlink_encap_parms()
1106 encap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip_tunnel_netlink_encap_parms()
/linux-6.1.9/net/ipv6/
Dsit.c1720 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1751 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
Dip6_tunnel.c2122 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info()
2156 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },