Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dipip.c365 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip_netlink_encap_parms()
367 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip_netlink_encap_parms()
461 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip_fill_info()
484 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },
/linux-4.4.14/include/uapi/linux/
Dif_tunnel.h58 IFLA_IPTUN_ENCAP_SPORT, enumerator
/linux-4.4.14/net/ipv6/
Dsit.c1492 if (data[IFLA_IPTUN_ENCAP_SPORT]) { in ipip6_netlink_encap_parms()
1494 ipencap->sport = nla_get_be16(data[IFLA_IPTUN_ENCAP_SPORT]); in ipip6_netlink_encap_parms()
1694 nla_put_be16(skb, IFLA_IPTUN_ENCAP_SPORT, in ipip6_fill_info()
1725 [IFLA_IPTUN_ENCAP_SPORT] = { .type = NLA_U16 },