Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnfnetlink_osf.c64 int foptsize, optnum; in nf_osf_match_one() local
79 for (optnum = 0; optnum < f->opt_num; ++optnum) in nf_osf_match_one()
80 foptsize += f->opt[optnum].length; in nf_osf_match_one()
89 for (optnum = 0; optnum < f->opt_num; ++optnum) { in nf_osf_match_one()
90 if (f->opt[optnum].kind == *optp) { in nf_osf_match_one()
91 __u32 len = f->opt[optnum].length; in nf_osf_match_one()