Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnfnetlink_osf.c72 int foptsize, optnum; in nf_osf_match_one() local
87 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()