Home
last modified time | relevance | path

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

/linux-3.3/net/netfilter/
Dxt_osf.c237 int foptsize, optnum; in xt_osf_match_packet() local
248 for (optnum = 0; optnum < f->opt_num; ++optnum) in xt_osf_match_packet()
249 foptsize += f->opt[optnum].length; in xt_osf_match_packet()
258 for (optnum = 0; optnum < f->opt_num; ++optnum) { in xt_osf_match_packet()
259 if (f->opt[optnum].kind == (*optp)) { in xt_osf_match_packet()
260 __u32 len = f->opt[optnum].length; in xt_osf_match_packet()