Searched refs:fp_optcnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_osfp.c144 fp.fp_optcnt++;
198 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt,
275 fpadd.fp_optcnt = fpioc->fp_optcnt;
294 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt,
322 fp->fp_optcnt = fpioc->fp_optcnt;
369 f->fp_optcnt != find->fp_optcnt ||
436 f->fp_optcnt
[all...]
H A Dpf.h405 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_os_fingerprint
430 u_int8_t fp_optcnt; /* TCP option count */ member in struct:pf_osfp_ioctl
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_osfp.c229 fp.fp_optcnt = optcnt;
1053 if (fp->fp_optcnt == 0)
1055 for (i = fp->fp_optcnt - 1; i >= 0; i--) {
1106 snprintf(tmp, sizeof(tmp), "TcpOpts %d 0x%llx", fp->fp_optcnt,

Completed in 120 milliseconds