Searched refs:fp_optcnt (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_osfp.c | 139 fp.fp_optcnt++; in pf_osfp_fingerprint_hdr() 193 fp.fp_psize, (long long int)fp.fp_tcpopts, fp.fp_optcnt, in pf_osfp_fingerprint_hdr() 270 fpadd.fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add() 289 (long long int)fpadd.fp_tcpopts, fpadd.fp_optcnt, in pf_osfp_add() 317 fp->fp_optcnt = fpioc->fp_optcnt; in pf_osfp_add() 364 f->fp_optcnt != find->fp_optcnt || in pf_osfp_find() 431 f->fp_optcnt == find->fp_optcnt && in pf_osfp_find_exact()
|
| H A D | pf.h | 467 u_int8_t fp_optcnt; /* TCP option count */ member 492 u_int8_t fp_optcnt; /* TCP option count */ member
|
| H A D | pf_nl.c | 2978 { .type = PF_OFP_OPTCNT, .off = _OUT(fp_optcnt), .cb = nlattr_get_uint8 }, 3026 nlattr_add_u8(nw, PF_OFP_OPTCNT, attrs.fp_optcnt); in pf_handle_osfp_get()
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_osfp.c | 221 fp.fp_optcnt = optcnt; in pfctl_file_fingerprints() 1039 if (fp->fp_optcnt == 0) in print_ioctl() 1041 for (i = fp->fp_optcnt - 1; i >= 0; i--) { in print_ioctl() 1092 snprintf(tmp, sizeof(tmp), "TcpOpts %d 0x%llx", fp->fp_optcnt, in print_ioctl()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 4525 { .type = PF_OFP_OPTCNT, .off = _OUT(fp_optcnt), .cb = snl_attr_get_uint8 }, 4590 snl_add_msg_attr_u8(&nw, PF_OFP_OPTCNT, fp->fp_optcnt); in pfctl_add_fingerprint()
|