Searched refs:__set_chan_timer (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/bluetooth/ |
D | l2cap_core.c | 724 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close() 3820 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect() 4217 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp() 4538 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_req() 4568 __set_chan_timer(chan, L2CAP_MOVE_TIMEOUT); in l2cap_send_move_chan_cfm() 4982 __set_chan_timer(chan, L2CAP_MOVE_ERTX_TIMEOUT); in l2cap_move_continue() 5473 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req() 7158 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect() 7344 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption() 7397 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm() [all …]
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 829 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro
|