Lines Matching refs:peer
94 if (call->peer->rtt_count == 0)
98 call->peer->srtt_us >> 3)))
729 struct rxrpc_peer *peer;
753 peer = call->peer;
754 if (mtu < peer->maxdata) {
755 spin_lock_bh(&peer->lock);
756 peer->maxdata = mtu;
757 peer->mtu = mtu + peer->hdrsize;
758 spin_unlock_bh(&peer->lock);
759 _net("Net MTU %u (maxdata %u)", peer->mtu, peer->maxdata);
772 * the timer on the basis that the peer might just not have processed them at
1221 struct rxrpc_peer *peer = NULL;
1343 conn = rxrpc_find_connection_rcu(local, skb, &peer);