Home
last modified time | relevance | path

Searched refs:first_pending (Results 1 – 2 of 2) sorted by relevance

/net/mptcp/
A Dprotocol.h335 struct mptcp_data_frag *first_pending; member
417 return READ_ONCE(msk->first_pending); in mptcp_send_head()
425 cur = msk->first_pending; in mptcp_send_next()
434 if (!msk->first_pending) in mptcp_pending_tail()
A Dprotocol.c947 if (unlikely(dfrag == msk->first_pending)) { in __mptcp_clean_una()
952 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __mptcp_clean_una()
1497 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __subflow_push_pending()
1840 if (!msk->first_pending) in mptcp_sendmsg()
1841 WRITE_ONCE(msk->first_pending, dfrag); in mptcp_sendmsg()
2324 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
2766 msk->first_pending = NULL; in __mptcp_init_sock()
2841 WRITE_ONCE(msk->first_pending, NULL); in __mptcp_clear_xmit()

Completed in 15 milliseconds