Lines Matching refs:retrans_timeout
274 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()
3150 rfc->retrans_timeout = cpu_to_le16((u16) ertm_to); in __l2cap_set_ertm_timeouts()
3151 rfc->monitor_timeout = rfc->retrans_timeout; in __l2cap_set_ertm_timeouts()
3153 rfc->retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO); in __l2cap_set_ertm_timeouts()
3216 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3264 rfc.retrans_timeout = 0; in l2cap_build_conf_req()
3589 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_parse_conf_rsp()
3688 .retrans_timeout = cpu_to_le16(L2CAP_DEFAULT_RETRANS_TO), in l2cap_conf_rfc_get()
3715 chan->retrans_timeout = le16_to_cpu(rfc.retrans_timeout); in l2cap_conf_rfc_get()