Home
last modified time | relevance | path

Searched refs:MPTCP_FALLBACK_DONE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/mptcp/
H A Dprotocol.h92 #define MPTCP_FALLBACK_DONE 4 macro
508 return test_bit(MPTCP_FALLBACK_DONE, &msk->flags); in __mptcp_check_fallback()
521 if (test_bit(MPTCP_FALLBACK_DONE, &msk->flags)) { in __mptcp_do_fallback()
525 set_bit(MPTCP_FALLBACK_DONE, &msk->flags); in __mptcp_do_fallback()
H A Dmptcp_diag.c136 if (test_bit(MPTCP_FALLBACK_DONE, &msk->flags)) in mptcp_diag_get_info()
/kernel/linux/linux-6.6/net/mptcp/
H A Dprotocol.h116 #define MPTCP_FALLBACK_DONE 4 macro
1056 return test_bit(MPTCP_FALLBACK_DONE, &msk->flags); in __mptcp_check_fallback()
1069 if (test_bit(MPTCP_FALLBACK_DONE, &msk->flags)) { in __mptcp_do_fallback()
1073 set_bit(MPTCP_FALLBACK_DONE, &msk->flags); in __mptcp_do_fallback()
H A Dsockopt.c922 if (test_bit(MPTCP_FALLBACK_DONE, &msk->flags)) in mptcp_diag_fill_info()

Completed in 6 milliseconds