Home
last modified time | relevance | path

Searched refs:monitor_timer (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/net/bluetooth/
Dl2cap.h633 struct delayed_work monitor_timer; member
894 #define __clear_monitor_timer(c) l2cap_clear_timer(c, &c->monitor_timer)
/linux-6.6.21/net/bluetooth/
Dl2cap_core.c306 if (!delayed_work_pending(&chan->monitor_timer) && in __set_retrans_timer()
317 l2cap_set_timer(chan, &chan->monitor_timer, in __set_monitor_timer()
483 INIT_DELAYED_WORK(&chan->monitor_timer, l2cap_monitor_timeout); in l2cap_chan_create()
2024 monitor_timer.work); in l2cap_monitor_timeout()