Lines Matching refs:omtu
232 chan->omtu = L2CAP_DEFAULT_MTU; in l2cap_add_scid()
603 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add()
610 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add()
621 chan->omtu = L2CAP_DEFAULT_MTU; in __l2cap_chan_add()
2587 if (len > chan->omtu) in l2cap_chan_send()
2617 if (len > chan->omtu) in l2cap_chan_send()
2634 if (len > chan->omtu) { in l2cap_chan_send()
3557 chan->omtu && chan->omtu != L2CAP_DEFAULT_MTU) in l2cap_parse_conf_req()
3558 mtu = chan->omtu; in l2cap_parse_conf_req()
3566 chan->omtu = mtu; in l2cap_parse_conf_req()
3569 l2cap_add_conf_opt(&ptr, L2CAP_CONF_MTU, 2, chan->omtu, endptr - ptr); in l2cap_parse_conf_req()
4761 chan->omtu = mtu; in l2cap_le_connect_rsp()
4970 chan->omtu = mtu; in l2cap_le_connect_req()
5156 if (pchan->omtu && mtu < pchan->omtu) { in l2cap_ecred_conn_req()
5194 chan->omtu = mtu; in l2cap_ecred_conn_req()
5354 chan->omtu = mtu; in l2cap_ecred_conn_rsp()
5429 if (chan[i]->omtu > mtu) { in l2cap_ecred_reconf_req()
5431 chan[i]->omtu, mtu); in l2cap_ecred_reconf_req()
5452 chan[i]->omtu = mtu; in l2cap_ecred_reconf_req()
7863 c->scid, c->dcid, c->imtu, c->omtu, in l2cap_debugfs_show()