Searched refs:srp_opt_tokens (Results 1 – 1 of 1) sorted by relevance
2955 static const match_table_t srp_opt_tokens = { variable2994 token = match_token(p, srp_opt_tokens, args); in srp_parse_options()3168 for (i = 0; i < ARRAY_SIZE(srp_opt_tokens); ++i) in srp_parse_options()3169 if ((srp_opt_tokens[i].token & SRP_OPT_ALL) && in srp_parse_options()3170 !(srp_opt_tokens[i].token & opt_mask)) in srp_parse_options()3172 srp_opt_tokens[i].pattern); in srp_parse_options()