Home
last modified time | relevance | path

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

/Linux-v6.1/net/mptcp/
Dsubflow.c365 if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &mptcp_sk(sk)->flags) && in mptcp_subflow_reset()
1125 !test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) { in subflow_sched_work_if_closed()
Dprotocol.h118 #define MPTCP_WORK_CLOSE_SUBFLOW 5 macro
Dprotocol.c2490 set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags); in mptcp_check_fastclose()
2652 if (test_and_clear_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in mptcp_worker()