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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_pcb.h401 uint32_t store_at; member in struct:sctp_pcb
H A Dsctputil.c882 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];
H A Dsctp_pcb.c3074 m->store_at = SCTP_SIGNATURE_SIZE;

Completed in 210 milliseconds