Searched refs:CONN_ACTIVE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/net/npf/
H A Dnpf_conn.c135 #define CONN_ACTIVE 0x004 /* visible on inspection */ macro
302 active = (flags & (CONN_ACTIVE | CONN_EXPIRE)) == CONN_ACTIVE;
666 KASSERT((atomic_load_relaxed(&con->c_flags) & CONN_ACTIVE) == 0);
692 if ((flags & (CONN_ACTIVE | CONN_EXPIRE)) == 0) {
694 atomic_or_uint(&con->c_flags, CONN_ACTIVE);
818 if ((flags & (CONN_ACTIVE|CONN_EXPIRE)) != CONN_ACTIVE) {
881 flags &= PFIL_ALL | CONN_ACTIVE | CONN_PASS;

Completed in 133 milliseconds