Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dipip.c372 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip_netlink_encap_parms()
374 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip_netlink_encap_parms()
465 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip_fill_info()
487 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },
/linux-4.1.27/include/uapi/linux/
Dif_tunnel.h59 IFLA_IPTUN_ENCAP_DPORT, enumerator
/linux-4.1.27/net/ipv6/
Dsit.c1497 if (data[IFLA_IPTUN_ENCAP_DPORT]) { in ipip6_netlink_encap_parms()
1499 ipencap->dport = nla_get_be16(data[IFLA_IPTUN_ENCAP_DPORT]); in ipip6_netlink_encap_parms()
1696 nla_put_be16(skb, IFLA_IPTUN_ENCAP_DPORT, in ipip6_fill_info()
1726 [IFLA_IPTUN_ENCAP_DPORT] = { .type = NLA_U16 },