Lines Matching refs:dst_ip
154 fsp->h_u.usr_ip4_spec.ip4dst = rule->ip.v4.dst_ip; in ice_get_ethtool_fdir_entry()
156 fsp->m_u.usr_ip4_spec.ip4dst = rule->mask.v4.dst_ip; in ice_get_ethtool_fdir_entry()
168 fsp->h_u.tcp_ip4_spec.ip4dst = rule->ip.v4.dst_ip; in ice_get_ethtool_fdir_entry()
172 fsp->m_u.tcp_ip4_spec.ip4dst = rule->mask.v4.dst_ip; in ice_get_ethtool_fdir_entry()
180 memcpy(fsp->h_u.tcp_ip6_spec.ip6dst, rule->ip.v6.dst_ip, in ice_get_ethtool_fdir_entry()
184 memcpy(fsp->m_u.tcp_ip6_spec.ip6dst, rule->mask.v6.dst_ip, in ice_get_ethtool_fdir_entry()
195 memcpy(fsp->h_u.tcp_ip6_spec.ip6dst, rule->ip.v6.dst_ip, in ice_get_ethtool_fdir_entry()
203 rule->mask.v6.dst_ip, in ice_get_ethtool_fdir_entry()
1897 input->ip.v4.dst_ip = fsp->h_u.tcp_ip4_spec.ip4dst; in ice_set_fdir_input_set()
1901 input->mask.v4.dst_ip = fsp->m_u.tcp_ip4_spec.ip4dst; in ice_set_fdir_input_set()
1905 input->ip.v4.dst_ip = fsp->h_u.usr_ip4_spec.ip4dst; in ice_set_fdir_input_set()
1911 input->mask.v4.dst_ip = fsp->m_u.usr_ip4_spec.ip4dst; in ice_set_fdir_input_set()
1921 memcpy(input->ip.v6.dst_ip, fsp->h_u.usr_ip6_spec.ip6dst, in ice_set_fdir_input_set()
1928 memcpy(input->mask.v6.dst_ip, fsp->m_u.tcp_ip6_spec.ip6dst, in ice_set_fdir_input_set()
1937 memcpy(input->ip.v6.dst_ip, fsp->h_u.usr_ip6_spec.ip6dst, in ice_set_fdir_input_set()
1950 memcpy(input->mask.v6.dst_ip, fsp->m_u.usr_ip6_spec.ip6dst, in ice_set_fdir_input_set()