Home
last modified time | relevance | path

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

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