Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.c383 static int pf_walk_header(struct pf_pdesc *, struct ip *, u_short *);
8789 if (pf_walk_header(&pd2, &h2, reason) != PF_PASS) in pf_test_state_icmp()
10767 pf_walk_header(struct pf_pdesc *pd, struct ip *h, u_short *reason) in pf_walk_header() function
11144 if (pf_walk_header(pd, h, reason) != PF_PASS) { in pf_setup_pdesc()