Home
last modified time | relevance | path

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

/netbsd/src/sys/net/npf/
Dnpfkern.h79 int npfk_packet_handler(npf_t *, struct mbuf **, struct ifnet *, int);
Dnpf_handler.c144 npfk_packet_handler(npf_t *npf, struct mbuf **mp, ifnet_t *ifp, int di) in npfk_packet_handler() function
Dnpf_os.c393 return npfk_packet_handler(npf, mp, ifp, di); in npfos_packet_handler()
/netbsd/src/usr.sbin/npf/npftest/libnpftest/
Dnpf_perf_test.c45 error = npfk_packet_handler(npf, &m, ifp, PFIL_OUT); in worker()
Dnpf_test_subr.c229 error = npfk_packet_handler(npf, &m, ifp, forw ? PFIL_OUT : PFIL_IN); in npf_test_statetrack()
Dnpf_nat_test.c236 error = npfk_packet_handler(npf, &m, ifp, t->di); in npf_nat_test()
Dnpf_rule_test.c233 error = npfk_packet_handler(npf, &m, ifp, t->di); in run_handler_testcase()