HomeSort by relevance Sort by last modified time
    Searched defs:store_at (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctputil.c 882 m->store_at = 0;
899 int store_at, new_store; local
909 store_at = inp->store_at;
910 new_store = store_at + sizeof(uint32_t);
914 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) {
921 p = &inp->random_store[store_at];
    [all...]
sctp_pcb.h 401 uint32_t store_at; member in struct:sctp_pcb

Completed in 234 milliseconds