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

Function pf_check_out

freebsd/netpfil/pf/pf_ioctl.c:4510–4519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4508}
4509
4510static pfil_return_t
4511pf_check_out(struct mbuf **m, struct ifnet *ifp, int flags,
4512 void *ruleset __unused, struct inpcb *inp)
4513{
4514 int chk;
4515
4516 chk = pf_test(PF_OUT, flags, ifp, m, inp);
4517
4518 return (pf_check_return(chk, m));
4519}
4520#endif
4521
4522#ifdef INET6

Callers

nothing calls this directly

Calls 2

pf_testFunction · 0.85
pf_check_returnFunction · 0.85

Tested by

no test coverage detected