Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dipip.c484 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms()
486 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms()
595 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
622 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/Linux-v4.19/include/uapi/linux/
Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/Linux-v4.19/net/ipv6/
Dsit.c1504 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms()
1506 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms()
1720 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1751 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
Dip6_tunnel.c1993 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip6_tnl_netlink_encap_parms()
1995 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip6_tnl_netlink_encap_parms()
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 },