Lines Matching refs:c_flags
298 const uint32_t flags = atomic_load_relaxed(&con->c_flags);
406 if (atomic_load_relaxed(&con->c_flags) & CONN_GPASS) {
451 atomic_store_relaxed(&con->c_flags, di & PFIL_ALL);
513 atomic_or_uint(&con->c_flags, CONN_REMOVED | CONN_EXPIRE);
583 flags = atomic_load_relaxed(&con->c_flags);
617 atomic_or_uint(&con->c_flags, CONN_REMOVED | CONN_EXPIRE);
640 atomic_or_uint(&con->c_flags, CONN_EXPIRE);
650 if (__predict_true(atomic_load_relaxed(&con->c_flags) & CONN_PASS)) {
666 KASSERT((atomic_load_relaxed(&con->c_flags) & CONN_ACTIVE) == 0);
675 atomic_or_uint(&con->c_flags, CONN_PASS);
690 const unsigned flags = atomic_load_relaxed(&con->c_flags);
694 atomic_or_uint(&con->c_flags, CONN_ACTIVE);
715 const unsigned flags = atomic_load_relaxed(&con->c_flags);
740 if ((atomic_load_relaxed(&con->c_flags) & CONN_REMOVED) == 0) {
754 atomic_or_uint(&con->c_flags, CONN_REMOVED | CONN_EXPIRE);
817 flags = atomic_load_relaxed(&con->c_flags);
882 atomic_store_relaxed(&con->c_flags, flags);
975 const unsigned flags = atomic_load_relaxed(&con->c_flags);