Lines Matching refs:remote_miu
221 local->remote_miu = llcp_tlv_miux(tlv) + 128;
242 local->remote_version, local->remote_miu,
267 sock->remote_miu = llcp_tlv_miux(tlv) + 128;
284 sock->remote_rw, sock->remote_miu);
639 u16 remote_miu;
677 remote_miu = sock->remote_miu > LLCP_MAX_MIU ?
678 LLCP_DEFAULT_MIU : sock->remote_miu;
680 frag_len = min_t(size_t, remote_miu, remaining_len);
721 u16 remote_miu;
743 remote_miu = sock->remote_miu > LLCP_MAX_MIU ?
744 local->remote_miu : sock->remote_miu;
746 frag_len = min_t(size_t, remote_miu, remaining_len);