Searched refs:rxrpc_peer (Results 1 – 14 of 14) sorted by relevance
/linux/net/rxrpc/ |
H A D | peer_object.c | 78 static long rxrpc_peer_cmp_key(const struct rxrpc_peer *peer, in rxrpc_peer_cmp_key() 116 static struct rxrpc_peer *__rxrpc_lookup_peer_rcu( in __rxrpc_lookup_peer_rcu() 121 struct rxrpc_peer *peer; in __rxrpc_lookup_peer_rcu() 136 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *local, in rxrpc_lookup_peer_rcu() 139 struct rxrpc_peer *peer; in rxrpc_lookup_peer_rcu() 153 struct rxrpc_peer *peer) in rxrpc_assess_MTU_size() 223 struct rxrpc_peer *rxrpc_alloc_peer(struct rxrpc_local *local, gfp_t gfp, in rxrpc_alloc_peer() 226 struct rxrpc_peer *peer; in rxrpc_alloc_peer() 230 peer = kzalloc(sizeof(struct rxrpc_peer), gfp); in rxrpc_alloc_peer() 251 static void rxrpc_init_peer(struct rxrpc_local *local, struct rxrpc_peer *peer, in rxrpc_init_peer() [all …]
|
H A D | peer_event.c | 21 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, in rxrpc_lookup_peer_local_rcu() 103 static void rxrpc_adjust_mtu(struct rxrpc_peer *peer, unsigned int mtu) in rxrpc_adjust_mtu() 144 struct rxrpc_peer *peer = NULL; in rxrpc_input_error() 185 static void rxrpc_store_error(struct rxrpc_peer *peer, struct sk_buff *skb) in rxrpc_store_error() 215 static void rxrpc_distribute_error(struct rxrpc_peer *peer, struct sk_buff *skb, in rxrpc_distribute_error() 248 struct rxrpc_peer *peer; in rxrpc_peer_keepalive_dispatch() 258 struct rxrpc_peer, keepalive_link); in rxrpc_peer_keepalive_dispatch() 370 struct rxrpc_peer *peer = conn->peer; in rxrpc_input_probe_for_pmtud()
|
H A D | ar-internal.h | 138 struct rxrpc_peer *peer_backlog[RXRPC_BACKLOG_MAX]; 338 struct rxrpc_peer { struct 390 struct rxrpc_peer *peer; /* Representation of remote endpoint */ argument 456 struct rxrpc_peer *peer; /* Remote endpoint */ 484 struct rxrpc_peer *peer; /* Remote endpoint */ 644 struct rxrpc_peer *peer; /* Peer record for remote address */ 972 struct rxrpc_peer *peer, 1152 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *, 1300 void rxrpc_send_keepalive(struct rxrpc_peer *); 1313 struct rxrpc_peer *rxrpc_lookup_peer_rcu(struct rxrpc_local *, [all …]
|
H A D | conn_service.c | 21 struct rxrpc_connection *rxrpc_find_service_conn_rcu(struct rxrpc_peer *peer, in rxrpc_find_service_conn_rcu() 64 static void rxrpc_publish_service_conn(struct rxrpc_peer *peer, in rxrpc_publish_service_conn() 189 struct rxrpc_peer *peer = conn->peer; in rxrpc_unpublish_service_conn()
|
H A D | conn_object.c | 102 struct rxrpc_peer *peer; in rxrpc_find_client_connection_rcu()
|
H A D | sendmsg.c | 614 struct rxrpc_peer *peer; in rxrpc_new_client_call_for_sendmsg()
|
H A D | output.c | 872 void rxrpc_send_keepalive(struct rxrpc_peer *peer) in rxrpc_send_keepalive()
|
H A D | input.c | 790 struct rxrpc_peer *peer = call->peer; in rxrpc_input_ack_trailer()
|
/linux/include/net/ |
H A D | af_rxrpc.h | 18 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 *);
|
/linux/fs/afs/ |
H A D | addr_list.c | 287 struct rxrpc_peer *peer; in afs_merge_fs_addr4() 331 struct rxrpc_peer *peer; in afs_merge_fs_addr6()
|
H A D | internal.h | 99 struct rxrpc_peer *peer; 135 struct rxrpc_peer *peer; /* Remote endpoint */ 1513 extern struct afs_server *afs_find_server(struct afs_net *, const struct rxrpc_peer *);
|
H A D | cmservice.c | 149 struct rxrpc_peer *peer; in afs_find_cm_server_by_peer()
|
H A D | server.c | 24 struct afs_server *afs_find_server(struct afs_net *net, const struct rxrpc_peer *peer) in afs_find_server()
|
/linux/include/trace/events/ |
H A D | rxrpc.h | 662 TRACE_EVENT(rxrpc_peer, 2027 TP_PROTO(struct rxrpc_peer *peer, struct sock_extended_err *ee, 2408 TP_PROTO(struct rxrpc_peer *peer, rxrpc_serial_t serial,
|