Home
last modified time | relevance | path

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

/net/mptcp/
Dprotocol.h260 struct mptcp_data_frag *first_pending; member
322 return READ_ONCE(msk->first_pending); in mptcp_send_head()
330 cur = msk->first_pending; in mptcp_send_next()
339 if (!msk->first_pending) in mptcp_pending_tail()
Dprotocol.c1105 if (unlikely(dfrag == msk->first_pending)) { in __mptcp_clean_una()
1110 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __mptcp_clean_una()
1635 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __mptcp_push_pending()
1693 WRITE_ONCE(msk->first_pending, mptcp_send_next(sk)); in __mptcp_subflow_push_pending()
1810 if (!msk->first_pending) in mptcp_sendmsg()
1811 WRITE_ONCE(msk->first_pending, dfrag); in mptcp_sendmsg()
2263 msk->first_pending = rtx_head; in __mptcp_retransmit_pending_data()
2532 msk->first_pending = NULL; in __mptcp_init_sock()
2594 WRITE_ONCE(msk->first_pending, NULL); in __mptcp_clear_xmit()