Searched refs:frag_shift (Results 1 – 3 of 3) sorted by relevance
1227 if (tp->frag_shift >= 0) in is_filter_exact_match()1228 ntuple_mask |= (u64)fs->mask.frag << tp->frag_shift; in is_filter_exact_match()1286 if (tp->frag_shift >= 0 && fs->mask.frag) in hash_filter_ntuple()1287 ntuple |= (u64)(fs->val.frag) << tp->frag_shift; in hash_filter_ntuple()
386 int frag_shift; member
9490 adap->params.tp.frag_shift = t4_filter_field_shift(adap, in t4_init_tp_params()