Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Dipip.c481 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms()
483 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms()
592 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
619 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/Linux-v5.4/include/uapi/linux/
Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/Linux-v5.4/net/ipv6/
Dsit.c1514 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms()
1516 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms()
1730 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1761 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
Dip6_tunnel.c1983 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip6_tnl_netlink_encap_parms()
1985 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip6_tnl_netlink_encap_parms()
2125 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info()
2159 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },