Home
last modified time | relevance | path

Searched refs:__set_chan_timer (Results 1 – 3 of 3) sorted by relevance

/linux/net/bluetooth/
H A Dl2cap_core.c852 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_close()
1505 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_do_start()
4157 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_connect()
4536 __set_chan_timer(chan, L2CAP_DISC_REJ_TIMEOUT); in l2cap_config_rsp()
5063 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_le_connect_req()
5291 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_ecred_conn_req()
5395 __set_chan_timer(orig, 0); in l2cap_ecred_conn_rsp()
7408 __set_chan_timer(chan, chan->ops->get_sndtimeo(chan)); in l2cap_chan_connect()
7628 __set_chan_timer(chan, L2CAP_ENC_TIMEOUT); in l2cap_check_encryption()
7677 __set_chan_timer(chan, L2CAP_DISC_TIMEOUT); in l2cap_security_cfm()
[all …]
H A Dl2cap_sock.c1553 __set_chan_timer(chan, 0); in l2cap_sock_cleanup_listen()
/linux/include/net/bluetooth/
H A Dl2cap.h865 #define __set_chan_timer(c, t) l2cap_set_timer(c, &c->chan_timer, (t)) macro