Home
last modified time | relevance | path

Searched refs:os_fingerprint (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dpf_norm.c2639 } else if (r->os_fingerprint != PF_OSFP_ANY && in pf_normalize_tcp()
2641 r->os_fingerprint)) { in pf_normalize_tcp()
H A Dpfvar.h725 pf_osfp_t os_fingerprint __attribute__((aligned(8))); member
H A Dpf.c3825 } else if (r->os_fingerprint != PF_OSFP_ANY && (pd->proto != in pf_match_translation()
3827 off, pf_pd_get_hdr_tcp(pd)), r->os_fingerprint))) { in pf_match_translation()
5344 } else if (r->os_fingerprint != PF_OSFP_ANY && in pf_test_rule()
5347 r->os_fingerprint))) { in pf_test_rule()
6536 } else if (r->os_fingerprint != PF_OSFP_ANY) { in pf_test_fragment()
H A Dpf_ioctl.c1082 PF_MD5_UPD_HTONL(rule, os_fingerprint, y); in pf_hash_rule()