Searched refs:srp_opt_tokens (Results 1 – 1 of 1) sorted by relevance
2900 static const match_table_t srp_opt_tokens = { variable2939 token = match_token(p, srp_opt_tokens, args); in srp_parse_options()3113 for (i = 0; i < ARRAY_SIZE(srp_opt_tokens); ++i) in srp_parse_options()3114 if ((srp_opt_tokens[i].token & SRP_OPT_ALL) && in srp_parse_options()3115 !(srp_opt_tokens[i].token & opt_mask)) in srp_parse_options()3117 srp_opt_tokens[i].pattern); in srp_parse_options()