Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_pcb.h325 uint32_t store_at; member
H A Dsctputil.c1003 m->store_at = 0; in sctp_fill_random_store()
1020 int store_at, new_store; in sctp_select_initial_TSN() local
1030 store_at = inp->store_at; in sctp_select_initial_TSN()
1031 new_store = store_at + sizeof(uint32_t); in sctp_select_initial_TSN()
1035 if (!atomic_cmpset_int(&inp->store_at, store_at, new_store)) { in sctp_select_initial_TSN()
1042 p = &inp->random_store[store_at]; in sctp_select_initial_TSN()
H A Dsctp_pcb.c2568 m->store_at = SCTP_SIGNATURE_SIZE; in sctp_inpcb_alloc()