Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.h93 #define MPTCP_WORK_CLOSE_SUBFLOW 5 macro
H A Dsubflow.c282 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()