Searched refs:store_at (Results 1 – 4 of 4) sorted by relevance
242 using store_at = decltype(store_at_impl<J>(static_cast<vector_data*>(nullptr))); typedef247 typename store_at<J::value>::elem_type& at_impl(J) in at_impl()249 return store_at<J::value>::elem; in at_impl()254 typename store_at<J::value>::elem_type const& at_impl(J) const in at_impl()256 return store_at<J::value>::elem; in at_impl()
412 uint32_t store_at; member
1028 m->store_at = 0; in sctp_fill_random_store()1051 int store_at, new_store; in sctp_select_initial_TSN() local1061 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()
3026 m->store_at = SCTP_SIGNATURE_SIZE;