Lines Matching refs:slctrs_srchd
52 #define CHECK_MATCH_STATUS(match_status, slctrs_srchd, selector_mask) \ argument
56 (*(slctrs_srchd) ^= (selector_mask), NORMAL_MATCH) : \
77 uint16_t *slctrs_srchd) in common_classify() argument
84 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
92 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
100 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
108 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
116 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
125 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
132 *slctrs_srchd ^= ipgpc_table_list[PROTOID_IDX].info.mask; in common_classify()
139 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
146 *slctrs_srchd ^= ipgpc_trie_list[IPGPC_TRIE_SPORTID].info.mask; in common_classify()
153 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
160 *slctrs_srchd ^= ipgpc_trie_list[IPGPC_TRIE_DPORTID].info.mask; in common_classify()
228 uint16_t slctrs_srchd; in ipgpc_classify() local
246 slctrs_srchd = ALL_MATCH_MASK; in ipgpc_classify()
250 rc = common_classify(packet, fid_table, &slctrs_srchd); in ipgpc_classify()
267 if (CHECK_MATCH_STATUS(match_status, &slctrs_srchd, in ipgpc_classify()
283 if (CHECK_MATCH_STATUS(match_status, &slctrs_srchd, in ipgpc_classify()
301 if (CHECK_MATCH_STATUS(match_status, &slctrs_srchd, in ipgpc_classify()
317 if (CHECK_MATCH_STATUS(match_status, &slctrs_srchd, in ipgpc_classify()
339 if (slctrs_srchd == 0) { in ipgpc_classify()
349 class_id = bestmatch(fid_table, slctrs_srchd); in ipgpc_classify()