Searched refs:new_store (Results 1 – 1 of 1) sorted by relevance
1020 int store_at, new_store; in sctp_select_initial_TSN() local1031 new_store = store_at + sizeof(uint32_t); in sctp_select_initial_TSN()1032 if (new_store >= (SCTP_SIGNATURE_SIZE - 3)) { in sctp_select_initial_TSN()1033 new_store = 0; in sctp_select_initial_TSN()1035 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) { in sctp_select_initial_TSN()1038 if (new_store == 0) { in sctp_select_initial_TSN()