Home
last modified time | relevance | path

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

/linux/net/mptcp/
H A Dsubflow.c446 if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &mptcp_sk(sk)->flags)) in mptcp_subflow_reset()
1302 if (!test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in subflow_sched_work_if_closed()
2024 if (!release && !test_and_set_bit(MPTCP_WORK_CLOSE_SUBFLOW, in subflow_ulp_release()
H A Dprotocol.h117 #define MPTCP_WORK_CLOSE_SUBFLOW 3 macro
H A Dprotocol.c2773 set_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags); in mptcp_check_fastclose()
3004 if (test_and_clear_bit(MPTCP_WORK_CLOSE_SUBFLOW, &msk->flags)) in mptcp_worker()