Searched refs:rxrpc_peer (Results 1 - 19 of 19) sorted by relevance

/linux-master/include/net/
H A Daf_rxrpc.h18 struct rxrpc_peer;
45 struct rxrpc_peer *peer,
65 struct rxrpc_peer *rxrpc_kernel_lookup_peer(struct socket *sock,
67 void rxrpc_kernel_put_peer(struct rxrpc_peer *peer);
68 struct rxrpc_peer *rxrpc_kernel_get_peer(struct rxrpc_peer *peer);
69 struct rxrpc_peer *rxrpc_kernel_get_call_peer(struct socket *sock, struct rxrpc_call *call);
70 const struct sockaddr_rxrpc *rxrpc_kernel_remote_srx(const struct rxrpc_peer *peer);
71 const struct sockaddr *rxrpc_kernel_remote_addr(const struct rxrpc_peer *peer);
72 unsigned int rxrpc_kernel_get_srtt(const struct rxrpc_peer *);
[all...]
/linux-master/net/rxrpc/
H A Drtt.c18 static u32 rxrpc_rto_min_us(struct rxrpc_peer *peer)
23 static u32 __rxrpc_set_rto(const struct rxrpc_peer *peer)
43 static void rxrpc_rtt_estimator(struct rxrpc_peer *peer, long sample_rtt_us)
105 static void rxrpc_set_rto(struct rxrpc_peer *peer)
130 static void rxrpc_ack_update_rtt(struct rxrpc_peer *peer, long rtt_us)
152 struct rxrpc_peer *peer = call->peer;
173 ktime_t rxrpc_get_rto_backoff(struct rxrpc_peer *peer, bool retrans)
189 void rxrpc_peer_init_rtt(struct rxrpc_peer *peer)
H A Dpeer_object.c78 static long rxrpc_peer_cmp_key(const struct rxrpc_peer *peer,
116 static struct rxrpc_peer *__rxrpc_lookup_peer_rcu(
121 struct rxrpc_peer *peer;
136 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local,
139 struct rxrpc_peer *peer;
153 struct rxrpc_peer *peer)
210 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp,
213 struct rxrpc_peer *peer;
217 peer = kzalloc(sizeof(struct rxrpc_peer), gfp);
241 static void rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *pee
[all...]
H A Dpeer_event.c21 static void rxrpc_store_error(struct rxrpc_peer *, struct sk_buff *);
22 static void rxrpc_distribute_error(struct rxrpc_peer *, struct sk_buff *,
28 static struct rxrpc_peer *rxrpc_lookup_peer_local_rcu(struct rxrpc_local *local,
103 static void rxrpc_adjust_mtu(struct rxrpc_peer *peer, unsigned int mtu)
138 struct rxrpc_peer *peer = NULL;
172 static void rxrpc_store_error(struct rxrpc_peer *peer, struct sk_buff *skb)
202 static void rxrpc_distribute_error(struct rxrpc_peer *peer, struct sk_buff *skb,
235 struct rxrpc_peer *peer;
245 struct rxrpc_peer, keepalive_link);
H A Dar-internal.h134 struct rxrpc_peer *peer_backlog[RXRPC_BACKLOG_MAX];
329 struct rxrpc_peer { struct
379 struct rxrpc_peer *peer; /* Representation of remote endpoint */
445 struct rxrpc_peer *peer; /* Remote endpoint */
473 struct rxrpc_peer *peer; /* Remote endpoint */
618 struct rxrpc_peer *peer; /* Peer record for remote address */
855 struct rxrpc_peer *peer,
1037 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *,
1157 void rxrpc_send_keepalive(struct rxrpc_peer *);
1169 struct rxrpc_peer *rxrpc_lookup_peer_rc
[all...]
H A Dconn_service.c21 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *peer,
64 static void rxrpc_publish_service_conn(struct rxrpc_peer *peer,
189 struct rxrpc_peer *peer = conn->peer;
H A Dcall_accept.c72 struct rxrpc_peer *peer;
197 struct rxrpc_peer *peer = b->peer_backlog[tail];
244 struct rxrpc_peer *peer,
330 struct rxrpc_peer *peer,
H A Daf_rxrpc.c270 struct rxrpc_peer *rxrpc_kernel_lookup_peer(struct socket *sock,
290 struct rxrpc_peer *rxrpc_kernel_get_peer(struct rxrpc_peer *peer)
300 void rxrpc_kernel_put_peer(struct rxrpc_peer *peer)
329 struct rxrpc_peer *peer,
H A Dproc.c280 struct rxrpc_peer *peer;
293 peer = list_entry(v, struct rxrpc_peer, hash_link);
H A Dconn_object.c101 struct rxrpc_peer *peer;
H A Dio_thread.c180 struct rxrpc_peer *peer = NULL;
H A Dsendmsg.c563 struct rxrpc_peer *peer;
H A Dinput.c674 struct rxrpc_peer *peer;
H A Doutput.c648 void rxrpc_send_keepalive(struct rxrpc_peer *peer)
/linux-master/fs/afs/
H A Daddr_list.c287 struct rxrpc_peer *peer;
331 struct rxrpc_peer *peer;
H A Dinternal.h99 struct rxrpc_peer *peer;
134 struct rxrpc_peer *peer; /* Remote endpoint */
1467 extern struct afs_server *afs_find_server(struct afs_net *, const struct rxrpc_peer *);
H A Dcmservice.c149 struct rxrpc_peer *peer;
H A Dserver.c24 struct afs_server *afs_find_server(struct afs_net *net, const struct rxrpc_peer *peer)
/linux-master/include/trace/events/
H A Drxrpc.h583 TRACE_EVENT(rxrpc_peer,
1727 TP_PROTO(struct rxrpc_peer *peer, struct sock_extended_err *ee,

Completed in 397 milliseconds