Searched refs:IFLA_IPTUN_ENCAP_SPORT (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv4/ |
A D | ipip.c | 472 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 D | if_tunnel.h | 76 IFLA_IPTUN_ENCAP_SPORT, enumerator
|
/linux/net/ipv6/ |
A D | sit.c | 1566 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 D | ip6_tunnel.c | 2011 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 13 milliseconds