Searched refs:npfk_packet_handler (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/net/npf/ |
| D | npfkern.h | 79 int npfk_packet_handler(npf_t *, struct mbuf **, struct ifnet *, int);
|
| D | npf_handler.c | 144 npfk_packet_handler(npf_t *npf, struct mbuf **mp, ifnet_t *ifp, int di) in npfk_packet_handler() function
|
| D | npf_os.c | 393 return npfk_packet_handler(npf, mp, ifp, di); in npfos_packet_handler()
|
| /netbsd/src/usr.sbin/npf/npftest/libnpftest/ |
| D | npf_perf_test.c | 45 error = npfk_packet_handler(npf, &m, ifp, PFIL_OUT); in worker()
|
| D | npf_test_subr.c | 229 error = npfk_packet_handler(npf, &m, ifp, forw ? PFIL_OUT : PFIL_IN); in npf_test_statetrack()
|
| D | npf_nat_test.c | 236 error = npfk_packet_handler(npf, &m, ifp, t->di); in npf_nat_test()
|
| D | npf_rule_test.c | 233 error = npfk_packet_handler(npf, &m, ifp, t->di); in run_handler_testcase()
|