Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf_osfp.c54 static struct pf_osfp_enlist *pf_osfp_fingerprint_hdr(const struct ip *,
93 return (pf_osfp_fingerprint_hdr(ip, ip6, (struct tcphdr *)hdr)); in pf_osfp_fingerprint()
97 pf_osfp_fingerprint_hdr(const struct ip *ip, const struct ip6_hdr *ip6, const struct tcphdr *tcp) in pf_osfp_fingerprint_hdr() function