Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dl2cap.h329 __le16 retrans_timeout; member
523 __u16 retrans_timeout; member
/linux-4.1.27/net/bluetooth/
Dl2cap_core.c274 chan->retrans_timeout) { in __set_retrans_timer()
276 msecs_to_jiffies(chan->retrans_timeout)); in __set_retrans_timer()
497 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in l2cap_chan_set_defaults()
3154 rfc->retrans_timeout = cpu_to_le16((u16) ertm_to); in __l2cap_set_ertm_timeouts()
3155 rfc->monitor_timeout = rfc->retrans_timeout; in __l2cap_set_ertm_timeouts()
3157 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
3220 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3268 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3593 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_parse_conf_rsp()
3692 .retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO), in l2cap_conf_rfc_get()
[all …]
Da2mp.c767 chan->retrans_timeout = L2CAP_DEFAULT_RETRANS_TO; in a2mp_chan_open()