Home
last modified time | relevance | path

Searched refs:match_status (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.c52 #define CHECK_MATCH_STATUS(match_status, slctrs_srchd, selector_mask) \ argument
53 (((match_status) == NORMAL_MATCH) ? \
55 (((match_status) == DONTCARE_ONLY_MATCH) ? \
57 (match_status)))
79 int match_status; in common_classify() local
82 match_status = in common_classify()
84 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
86 return (match_status); in common_classify()
90 match_status = in common_classify()
92 if (CHECK_MATCH_STATUS(match_status, slctrs_srchd, in common_classify()
[all …]