Lines Matching refs:pdst
166 fsp->h_u.tcp_ip4_spec.pdst = rule->ip.v4.dst_port; in ice_get_ethtool_fdir_entry()
170 fsp->m_u.tcp_ip4_spec.pdst = rule->mask.v4.dst_port; in ice_get_ethtool_fdir_entry()
198 fsp->h_u.tcp_ip6_spec.pdst = rule->ip.v6.dst_port; in ice_get_ethtool_fdir_entry()
206 fsp->m_u.tcp_ip6_spec.pdst = rule->mask.v6.dst_port; in ice_get_ethtool_fdir_entry()
933 !tcp_ip4_spec->pdst && !tcp_ip4_spec->ip4dst) in ice_set_fdir_ip4_seg()
987 if (tcp_ip4_spec->pdst == htons(0xFFFF)) in ice_set_fdir_ip4_seg()
991 else if (!tcp_ip4_spec->pdst) in ice_set_fdir_ip4_seg()
1077 !tcp_ip6_spec->psrc && !tcp_ip6_spec->pdst) in ice_set_fdir_ip6_seg()
1133 if (tcp_ip6_spec->pdst == htons(0xFFFF)) in ice_set_fdir_ip6_seg()
1137 else if (!tcp_ip6_spec->pdst) in ice_set_fdir_ip6_seg()
1895 input->ip.v4.dst_port = fsp->h_u.tcp_ip4_spec.pdst; in ice_set_fdir_input_set()
1899 input->mask.v4.dst_port = fsp->m_u.tcp_ip4_spec.pdst; in ice_set_fdir_input_set()
1925 input->ip.v6.dst_port = fsp->h_u.tcp_ip6_spec.pdst; in ice_set_fdir_input_set()
1932 input->mask.v6.dst_port = fsp->m_u.tcp_ip6_spec.pdst; in ice_set_fdir_input_set()