Searched refs:matchtype (Results 1 – 8 of 8) sorted by relevance
247 if (fs1->mask.matchtype && fs1->val.matchtype != fs2->val.matchtype) in filter_eq()397 if (fs->val.matchtype || fs->mask.matchtype) in check_fspec_against_fconf_iconf()757 V_FW_FILTER_WR_MATCHTYPE(f->fs.val.matchtype) | in set_tcamfilter()758 V_FW_FILTER_WR_MATCHTYPEM(f->fs.mask.matchtype)); in set_tcamfilter()867 if (tp->matchtype_shift >= 0 && fs->mask.matchtype) { in hashfilter_ntuple()868 *ftuple |= (uint64_t)(fs->val.matchtype) << tp->matchtype_shift; in hashfilter_ntuple()
198 uint32_t matchtype:3; /* MPS match type */ member
452 MatchType matchtype);469 MatchType matchtype);
492 MatchType matchtype);497 MatchType matchtype);
98 typedef enum matchtype { enum
238 next_sym(const ctf_data_t *cd, const int symidx, const uchar_t matchtype, in next_sym() argument257 if (type != matchtype || ignore_symbol(&sym, name)) in next_sym()
1844 MatchType matchtype) { in FindGlobalFunctions() argument1847 max_matches, matchtype); in FindGlobalFunctions()1855 switch (matchtype) { in FindGlobalFunctions()2004 MatchType matchtype) { in FindGlobalVariables() argument2007 max_matches, matchtype); in FindGlobalVariables()2017 switch (matchtype) { in FindGlobalVariables()
874 printf(" %1x/%1x", t->fs.val.matchtype, in do_show_one_filter_info()875 t->fs.mask.matchtype); in do_show_one_filter_info()1230 t.fs.val.matchtype = val; in set_filter()1231 t.fs.mask.matchtype = mask; in set_filter()