Searched refs:IFLA_IPTUN_ENCAP_DPORT (Results 1 – 3 of 3) sorted by relevance
372 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 },
59 IFLA_IPTUN_ENCAP_DPORT, enumerator
1497 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 },