Searched refs:optnum (Results 1 – 1 of 1) sorted by relevance
72 int foptsize, optnum; in nf_osf_match_one() local87 for (optnum = 0; optnum < f->opt_num; ++optnum) in nf_osf_match_one()88 foptsize += f->opt[optnum].length; in nf_osf_match_one()97 for (optnum = 0; optnum < f->opt_num; ++optnum) { in nf_osf_match_one()98 if (f->opt[optnum].kind == *ctx->optp) { in nf_osf_match_one()99 __u32 len = f->opt[optnum].length; in nf_osf_match_one()