Home
last modified time | relevance | path

Searched refs:MPTCP_WORK_CLOSE_SUBFLOW (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.h93 #define MPTCP_WORK_CLOSE_SUBFLOW 5 macro
H A Dsubflow.c280 if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &mptcp_sk(sk)->flags) && in mptcp_subflow_reset()
H A Dprotocol.c1765 if (test_and_clear_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in mptcp_worker()
/kernel/linux/linux-6.6/net/mptcp/
H A Dsubflow.c411 if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &mptcp_sk(sk)->flags)) in mptcp_subflow_reset()
1214 !test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in subflow_sched_work_if_closed()
1913 if (!release && !test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, in subflow_ulp_release()
H A Dprotocol.h117 #define MPTCP_WORK_CLOSE_SUBFLOW 5 macro
H A Dprotocol.c2572 set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags); in mptcp_check_fastclose()
2730 if (test_and_clear_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in mptcp_worker()

Completed in 17 milliseconds