Home
last modified time | relevance | path

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

/Linux-v5.10/net/mptcp/
Dprotocol.c689 if ((!test_bit(MPTCP_SEND_SPACE, &mptcp_sk(sk)->flags) || in mptcp_data_acked()
841 set_bit(MPTCP_SEND_SPACE, &mptcp_sk(sk)->flags); in mptcp_clean_una()
1043 clear_bit(MPTCP_SEND_SPACE, &msk->flags); in mptcp_nospace()
1829 __set_bit(MPTCP_SEND_SPACE, &msk->flags); in __mptcp_init_sock()
2445 return wake ? test_bit(MPTCP_SEND_SPACE, &msk->flags) : true; in mptcp_memory_free()
2660 if (test_bit(MPTCP_SEND_SPACE, &msk->flags)) in mptcp_poll()
Dprotocol.h89 #define MPTCP_SEND_SPACE 1 macro
Dsubflow.c1005 set_bit(MPTCP_SEND_SPACE, &mptcp_sk(parent)->flags); in subflow_write_space()