Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.h412 uint32_t store_at; member
Dsctputil.c1028 m->store_at = 0; in sctp_fill_random_store()
1051 int store_at, new_store; in sctp_select_initial_TSN() local
1061 store_at = inp->store_at; in sctp_select_initial_TSN()
1062 new_store = store_at + sizeof(uint32_t); in sctp_select_initial_TSN()
1066 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) { in sctp_select_initial_TSN()
1073 p = &inp->random_store[store_at]; in sctp_select_initial_TSN()
Dsctp_pcb.c3026 m->store_at = SCTP_SIGNATURE_SIZE;