MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pf_check_in

Function pf_check_in

freebsd/netpfil/pf/pf_ioctl.c:4499–4508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4497
4498#ifdef INET
4499static pfil_return_t
4500pf_check_in(struct mbuf **m, struct ifnet *ifp, int flags,
4501 void *ruleset __unused, struct inpcb *inp)
4502{
4503 int chk;
4504
4505 chk = pf_test(PF_IN, flags, ifp, m, inp);
4506
4507 return (pf_check_return(chk, m));
4508}
4509
4510static pfil_return_t
4511pf_check_out(struct mbuf **m, struct ifnet *ifp, int flags,

Callers

nothing calls this directly

Calls 2

pf_testFunction · 0.85
pf_check_returnFunction · 0.85

Tested by

no test coverage detected