Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c139 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 Dpf.h467 u_int8_t fp_optcnt; /* TCP option count */ member
492 u_int8_t fp_optcnt; /* TCP option count */ member
H A Dpf_nl.c2978 { .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 Dpfctl_osfp.c221 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 Dlibpfctl.c4525 { .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()