HomeSort by: relevance | last modified time | path
    Searched defs:cd_new (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_conndb.c 78 npf_conn_t * cd_new; member in struct:npf_conndb
151 KASSERT(cd->cd_new == NULL);
251 head = atomic_load_relaxed(&cd->cd_new);
253 } while (atomic_cas_ptr(&cd->cd_new, head, con) != head);
266 con = atomic_swap_ptr(&cd->cd_new, NULL);
npf_conndb.c 78 npf_conn_t * cd_new; member in struct:npf_conndb
151 KASSERT(cd->cd_new == NULL);
251 head = atomic_load_relaxed(&cd->cd_new);
253 } while (atomic_cas_ptr(&cd->cd_new, head, con) != head);
266 con = atomic_swap_ptr(&cd->cd_new, NULL);

Completed in 22 milliseconds