Searched refs:optnum (Results 1 – 1 of 1) sorted by relevance
76 int foptsize, optnum; in nf_osf_match_one() local91 for (optnum = 0; optnum < f->opt_num; ++optnum) in nf_osf_match_one()92 foptsize += f->opt[optnum].length; in nf_osf_match_one()101 for (optnum = 0; optnum < f->opt_num; ++optnum) { in nf_osf_match_one()102 if (f->opt[optnum].kind == *ctx->optp) { in nf_osf_match_one()103 __u32 len = f->opt[optnum].length; in nf_osf_match_one()