Searched refs:__set_chan_timer (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/bluetooth/ |
| H A D | l2cap_core.c | 822 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close() 1460 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start() 4038 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 4415 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp() 4914 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 5125 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req() 7096 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect() 7311 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption() 7359 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm() 7378 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm()
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | l2cap.h | 863 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro
|