Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dipip.c472 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms()
474 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms()
583 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
610 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/linux/include/uapi/linux/
A Dif_tunnel.h76 IFLA_IPTUN_ENCAP_SPORT, enumerator
/linux/net/ipv6/
A Dsit.c1566 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms()
1568 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms()
1785 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1816 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
A Dip6_tunnel.c2011 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ip6_tnl_netlink_encap_parms()
2013 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ip6_tnl_netlink_encap_parms()
2153 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, tunnel->encap.sport) || in ip6_tnl_fill_info()
2187 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },

Completed in 11 milliseconds