Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf_osfp.c164 fp.fp_optcnt++; in pf_osfp_fingerprint_hdr()
224 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt, in pf_osfp_fingerprint_hdr()
324 fpadd.fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add()
348 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt, in pf_osfp_add()
378 fp->fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add()
426 f->fp_optcnt != find->fp_optcnt || in pf_osfp_find()
500 f->fp_optcnt == find->fp_optcnt && in pf_osfp_find_exact()
H A Dpfvar.h622 u_int8_t fp_optcnt; /* TCP option count */ member
647 u_int8_t fp_optcnt; /* TCP option count */ member