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

  /src/sys/net/
pfil.h 47 #define PFIL_ALL (PFIL_IN|PFIL_OUT)
pfil.c 260 * PFIL_ALL call on all of the above
268 KASSERT((flags & ~PFIL_ALL) == 0);
370 KASSERT((flags & ~PFIL_ALL) == 0);
  /src/sys/net/npf/
npf_os.c 461 PFIL_ALL, npf_ph_ether);
497 PFIL_ALL, npf_ph_ether);
551 PFIL_ALL, npf_ph_inet);
556 PFIL_ALL, npf_ph_inet6);
592 PFIL_ALL, npf_ph_inet);
596 PFIL_ALL, npf_ph_inet6);
npf_connkey.c 160 KASSERT((di & ~PFIL_ALL) == 0);
171 *di = (k[0] >> 18) & PFIL_ALL;
283 params->connkey_direction ? (di & PFIL_ALL) : 0);
372 di = dnvlist_get_number(key_nv, "di", 0) & PFIL_ALL;
npf_conn.c 134 CTASSERT(PFIL_ALL == (0x001 | 0x002));
307 const bool match = (flags & PFIL_ALL) == di;
451 atomic_store_relaxed(&con->c_flags, di & PFIL_ALL);
475 !npf_conn_conkey(npc, bk, di ^ PFIL_ALL, NPF_FLOW_BACK)) {
881 flags &= PFIL_ALL | CONN_ACTIVE | CONN_PASS;

Completed in 17 milliseconds