HomeSort by: relevance | last modified time | path
    Searched refs:npfk_packet_handler (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/npf/
npfkern.h 79 int npfk_packet_handler(npf_t *, struct mbuf **, struct ifnet *, int);
npf_handler.c 139 * npfk_packet_handler: main packet handling routine for layer 3.
144 npfk_packet_handler(npf_t *npf, struct mbuf **mp, ifnet_t *ifp, int di) function in typeref:typename:__dso_public int
npf_os.c 394 return npfk_packet_handler(npf, mp, ifp, di);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_perf_test.c 45 error = npfk_packet_handler(npf, &m, ifp, PFIL_OUT);
npf_nat_test.c 236 error = npfk_packet_handler(npf, &m, ifp, t->di);
npf_test_subr.c 229 error = npfk_packet_handler(npf, &m, ifp, forw ? PFIL_OUT : PFIL_IN);
npf_rid_test.c 154 error = npfk_packet_handler(npf, &m, ifp, t->di);
npf_rule_test.c 262 error = npfk_packet_handler(npf, &m, ifp, t->di);

Completed in 13 milliseconds