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

  /src/sys/net/npf/
npfkern.h 51 } npf_ifops_t; typedef in typeref:struct:__anona1ed184e0108
69 npf_t * npfk_create(int, const npf_mbufops_t *, const npf_ifops_t *, void *);
npf_if.c 79 npf_ifmap_init(npf_t *npf, const npf_ifops_t *ifops)
228 const npf_ifops_t *ifops = npf->ifops;
npf_ifaddr.c 52 const npf_ifops_t *ifops = npf->ifops;
npf.c 76 const npf_ifops_t *ifops, void *arg)
npf_impl.h 245 const npf_ifops_t * ifops;
329 void npf_ifmap_init(npf_t *, const npf_ifops_t *);
npf_os.c 127 static const npf_ifops_t kern_ifops = {
  /src/usr.sbin/npf/npftest/libnpftest/
npf_test.h 88 extern const npf_ifops_t npftest_ifops;
npf_test_subr.c 34 * to reduce the npf_ifops_t implementation differences.
52 const npf_ifops_t npftest_ifops = {

Completed in 17 milliseconds