Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dprotocol.h292 atomic64_t rcv_wnd_sent; member
552 u64 rcv_wnd_sent;
H A Dprotocol.c252 max_seq = atomic64_read(&msk->rcv_wnd_sent); in mptcp_data_queue_ofo()
261 (unsigned long long)atomic64_read(&msk->rcv_wnd_sent)); in mptcp_data_queue_ofo()
H A Dsubflow.c498 atomic64_set(&msk->rcv_wnd_sent, subflow->iasn); in subflow_set_remote_key()