Home
last modified time | relevance | path

Searched refs:retrans_timeout (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h343 __le16 retrans_timeout; member
544 __u16 retrans_timeout; member
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h353 __le16 retrans_timeout; member
579 __u16 retrans_timeout; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c307 chan->retrans_timeout) { in __set_retrans_timer()
309 msecs_to_jiffies(chan->retrans_timeout)); in __set_retrans_timer()
551 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in l2cap_chan_set_defaults()
3369 rfc->retrans_timeout = cpu_to_le16((u16) ertm_to); in __l2cap_set_ertm_timeouts()
3370 rfc->monitor_timeout = rfc->retrans_timeout; in __l2cap_set_ertm_timeouts()
3372 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
3483 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3531 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3877 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_parse_conf_rsp()
[all...]
H A Da2mp.c790 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in a2mp_chan_open()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c287 chan->retrans_timeout) { in __set_retrans_timer()
289 msecs_to_jiffies(chan->retrans_timeout)); in __set_retrans_timer()
528 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in l2cap_chan_set_defaults()
3159 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
3269 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3317 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3657 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_parse_conf_rsp()
3834 .retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO), in l2cap_conf_rfc_get()
3866 chan->retrans_timeout in l2cap_conf_rfc_get()
[all...]

Completed in 18 milliseconds