Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c144 fp.fp_optcnt++; in pf_osfp_fingerprint_hdr()
198 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt, in pf_osfp_fingerprint_hdr()
275 fpadd.fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add()
294 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt, in pf_osfp_add()
322 fp->fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add()
369 f->fp_optcnt != find->fp_optcnt || in pf_osfp_find()
436 f->fp_optcnt == find->fp_optcnt && in pf_osfp_find_exact()
H A Dpf.h393 u_int8_t fp_optcnt; /* TCP option count */ member
418 u_int8_t fp_optcnt; /* TCP option count */ member