Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c285 static int pf_check_proto_cksum(struct mbuf *, int, int,
2654 if (pf_check_proto_cksum(m, off, len, IPPROTO_TCP, af)) in pf_return()
5781 pf_check_proto_cksum(struct mbuf *m, int off, int len, u_int8_t p, sa_family_t af) in pf_check_proto_cksum() function