Searched refs:l2cap_set_timer (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | l2cap.h | 821 static inline void l2cap_set_timer(struct l2cap_chan *chan, in l2cap_set_timer() function 849 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) 853 #define __set_ack_timer(c) l2cap_set_timer(c, &chan->ack_timer, \
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | l2cap.h | 862 static inline void l2cap_set_timer(struct l2cap_chan *chan, in l2cap_set_timer() function 890 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) 894 #define __set_ack_timer(c) l2cap_set_timer(c, &chan->ack_timer, \
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | l2cap_core.c | 308 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer() 317 l2cap_set_timer(chan, &chan->monitor_timer, in __set_monitor_timer()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | l2cap_core.c | 288 l2cap_set_timer(chan, &chan->retrans_timer, in __set_retrans_timer() 297 l2cap_set_timer(chan, &chan->monitor_timer, in __set_monitor_timer()
|
Completed in 21 milliseconds