Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/bluetooth/
H A Drfcomm.h205 #define RFCOMM_TIMED_OUT 2 macro
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Drfcomm.h205 #define RFCOMM_TIMED_OUT 2 macro
/kernel/linux/linux-5.10/net/bluetooth/rfcomm/
H A Dcore.c238 set_bit(RFCOMM_TIMED_OUT, &s->flags); in rfcomm_session_timeout()
263 set_bit(RFCOMM_TIMED_OUT, &d->flags); in rfcomm_dlc_timeout()
1879 if (test_bit(RFCOMM_TIMED_OUT, &d->flags)) { in rfcomm_process_dlcs()
2018 if (test_and_clear_bit(RFCOMM_TIMED_OUT, &s->flags)) { in rfcomm_process_sessions()
/kernel/linux/linux-6.6/net/bluetooth/rfcomm/
H A Dcore.c242 set_bit(RFCOMM_TIMED_OUT, &s->flags); in rfcomm_session_timeout()
267 set_bit(RFCOMM_TIMED_OUT, &d->flags); in rfcomm_dlc_timeout()
1883 if (test_bit(RFCOMM_TIMED_OUT, &d->flags)) { in rfcomm_process_dlcs()
2022 if (test_and_clear_bit(RFCOMM_TIMED_OUT, &s->flags)) { in rfcomm_process_sessions()

Completed in 7 milliseconds