Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_osfp.c52 static struct pf_osfp_enlist *pf_osfp_fingerprint_hdr(const struct ip *,
91 return (pf_osfp_fingerprint_hdr(ip, ip6, (struct tcphdr *)hdr)); in pf_osfp_fingerprint()
95 pf_osfp_fingerprint_hdr(const struct ip *ip, const struct ip6_hdr *ip6, const struct tcphdr *tcp) in pf_osfp_fingerprint_hdr() function