Lines Matching refs:mtu
296 d->mtu = RFCOMM_DEFAULT_MTU; in rfcomm_dlc_clear_state()
410 d->mtu = s->mtu; in __rfcomm_dlc_open()
562 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send()
564 if (len > d->mtu) in rfcomm_dlc_send()
579 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_noerror()
659 s->mtu = RFCOMM_DEFAULT_MTU; in rfcomm_session_add()
927 BT_DBG("%p cr %d dlci %d mtu %d", s, cr, d->dlci, d->mtu); in rfcomm_send_pn()
953 pn->mtu = cpu_to_le16(channel_mtu); in rfcomm_send_pn()
955 pn->mtu = cpu_to_le16(d->mtu); in rfcomm_send_pn()
1374 d, d->state, d->dlci, pn->mtu, pn->flow_ctrl, pn->credits); in rfcomm_apply_pn()
1390 d->mtu = __le16_to_cpu(pn->mtu); in rfcomm_apply_pn()
1392 if (cr && d->mtu > s->mtu) in rfcomm_apply_pn()
1393 d->mtu = s->mtu; in rfcomm_apply_pn()
1782 d->mtu = s->mtu; in rfcomm_process_connect()
1954 s->mtu = min(l2cap_pi(nsock->sk)->chan->omtu, in rfcomm_accept_connection()
1974 s->mtu = min(l2cap_pi(sk)->chan->omtu, l2cap_pi(sk)->chan->imtu) - 5; in rfcomm_check_connection()
2177 d->state, d->dlci, d->mtu, in rfcomm_dlc_debugfs_show()