Home
last modified time | relevance | path

Searched refs:IFLA_IPTUN_ENCAP_SPORT (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dipip.c470 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms()
472 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms()
552 /* IFLA_IPTUN_ENCAP_SPORT */ in ipip_get_size()
581 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
608 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_tunnel.h72 IFLA_IPTUN_ENCAP_SPORT, enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_tunnel.h85 IFLA_IPTUN_ENCAP_SPORT, enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_tunnel.h85 IFLA_IPTUN_ENCAP_SPORT, enumerator
/kernel/linux/linux-6.6/net/ipv4/
H A Dipip.c499 /* IFLA_IPTUN_ENCAP_SPORT */ in ipip_get_size()
528 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
555 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
H A 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()
/kernel/linux/linux-5.10/net/ipv6/
H A Dsit.c1559 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms()
1561 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms()
1738 /* IFLA_IPTUN_ENCAP_SPORT */ in ipip6_get_size()
1778 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1809 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
H A Dip6_tunnel.c2051 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip6_tnl_netlink_encap_parms()
2053 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip6_tnl_netlink_encap_parms()
2165 /* IFLA_IPTUN_ENCAP_SPORT */ in ip6_tnl_get_size()
2193 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info()
2227 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/kernel/linux/linux-6.6/net/ipv6/
H A Dsit.c1682 /* IFLA_IPTUN_ENCAP_SPORT */ in ipip6_get_size()
1722 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1753 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
H A Dip6_tunnel.c2107 /* IFLA_IPTUN_ENCAP_SPORT */ in ip6_tnl_get_size()
2135 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info()
2169 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },

Completed in 17 milliseconds