Home
last modified time | relevance | path

Searched refs:debug_id (Results 1 – 16 of 16) sorted by relevance

/net/rxrpc/
Dar-call.c235 call->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_call()
326 rx, trans ? trans->debug_id : -1, bundle ? bundle->debug_id : -1, in rxrpc_get_client_call()
390 _net("CALL new %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_get_client_call()
424 _enter(",%d,,%x", conn->debug_id, gfp); in rxrpc_incoming_call()
471 call->debug_id, rxrpc_call_states[call->state]); in rxrpc_incoming_call()
544 _net("CALL incoming %d on CONN %d", call->debug_id, call->conn->debug_id); in rxrpc_incoming_call()
548 _leave(" = %p {%d} [new]", call, call->debug_id); in rxrpc_incoming_call()
554 _leave(" = %p {%d} [extant]", call, call ? call->debug_id : -1); in rxrpc_incoming_call()
619 call->debug_id, atomic_read(&call->usage), in rxrpc_release_call()
631 _debug("RELEASE CALL %p (%d CONN %p)", call, call->debug_id, conn); in rxrpc_release_call()
[all …]
Dar-transport.c54 trans->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_transport()
129 trans->debug_id, in rxrpc_get_transport()
130 trans->local->debug_id, in rxrpc_get_transport()
131 trans->peer->debug_id); in rxrpc_get_transport()
208 _net("DESTROY TRANS %d", trans->debug_id); in rxrpc_cleanup_transport()
236 trans->debug_id, atomic_read(&trans->usage), in rxrpc_transport_reaper()
Dar-connection.c79 rx, key_serial(key), trans->debug_id, ntohs(service_id)); in rxrpc_get_bundle()
138 _net("BUNDLE new on trans %d", trans->debug_id); in rxrpc_get_bundle()
150 _net("BUNDLE old on trans %d", trans->debug_id); in rxrpc_get_bundle()
163 _net("BUNDLE old2 on trans %d", trans->debug_id); in rxrpc_get_bundle()
213 conn->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_connection()
219 _leave(" = %p{%d}", conn, conn ? conn->debug_id : 0); in rxrpc_alloc_connection()
384 conn->debug_id, conn->trans->debug_id); in rxrpc_connect_exclusive()
411 conn->debug_id, chan, ntohl(call->call_id)); in rxrpc_connect_exclusive()
565 candidate->debug_id, candidate->trans->debug_id); in rxrpc_connect_call()
600 conn->debug_id, chan, ntohl(call->call_id)); in rxrpc_connect_call()
[all …]
Dar-peer.c75 peer->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_peer()
122 peer->debug_id, in rxrpc_get_peer()
169 peer->debug_id, in rxrpc_get_peer()
225 _net("Rx UDP DGRAM from peer %d", peer->debug_id); in rxrpc_find_peer()
270 _net("DESTROY PEER %d", peer->debug_id); in rxrpc_destroy_peer()
Dar-connevent.c34 _enter("{%d},%x", conn->debug_id, abort_code); in rxrpc_abort_calls()
70 _enter("%d,,%u,%u", conn->debug_id, error, abort_code); in rxrpc_abort_connection()
160 _enter("{%d},{%u,%%%u},", conn->debug_id, sp->hdr.type, serial); in rxrpc_process_event()
219 _enter("{%d}", conn->debug_id); in rxrpc_secure_connection()
266 _enter("{%d}", conn->debug_id); in rxrpc_process_connection()
349 _enter("%d", local->debug_id); in rxrpc_reject_packets()
Dar-local.c56 local->debug_id = atomic_inc_return(&rxrpc_debug_id); in rxrpc_alloc_local()
201 local->debug_id, in rxrpc_lookup_local()
216 local->debug_id, in rxrpc_lookup_local()
286 _net("DESTROY LOCAL %d", local->debug_id); in rxrpc_destroy_local()
386 kdebug("{%d},{%u}", local->debug_id, sp->hdr.type); in rxrpc_process_local_events()
Dar-internal.h165 int debug_id; /* debug ID for printks */ member
185 int debug_id; /* debug ID for printks */ member
215 int debug_id; /* debug ID for printks */ member
231 int debug_id; /* debug ID for printks */ member
275 int debug_id; /* debug ID for printks */ member
371 int debug_id; /* debug ID for printks */ member
Dar-output.c179 call->debug_id, call->user_call_ID, call->state, call->conn); in rxrpc_client_sendmsg()
216 _enter("{%d,%s},", call->debug_id, rxrpc_call_states[call->state]); in rxrpc_kernel_send_data()
224 call->debug_id, call->user_call_ID, call->state, call->conn); in rxrpc_kernel_send_data()
252 _enter("{%d},%d", call->debug_id, abort_code); in rxrpc_kernel_abort_call()
257 call->debug_id, call->user_call_ID, call->state, call->conn); in rxrpc_kernel_abort_call()
Dar-security.c131 _enter("{%d},{%x}", conn->debug_id, key_serial(key)); in rxrpc_init_client_conn_security()
254 _enter("{%d}", conn->debug_id); in rxrpc_clear_conn_security()
Drxkad.c68 _enter("{%d},{%x}", conn->debug_id, key_serial(conn->key)); in rxkad_init_connection_security()
274 call->debug_id, key_serial(call->conn->key), ntohl(sp->hdr.seq), in rxkad_secure_packet()
514 call->debug_id, key_serial(call->conn->key), in rxkad_verify_packet()
585 _enter("{%d,%x}", conn->debug_id, key_serial(conn->key)); in rxkad_issue_challenge()
759 _enter("{%d,%x}", conn->debug_id, key_serial(conn->key)); in rxkad_respond_to_challenge()
844 _enter("{%d},{%x}", conn->debug_id, key_serial(conn->server_key)); in rxkad_decrypt_ticket()
1021 _enter("{%d,%x}", conn->debug_id, key_serial(conn->server_key)); in rxkad_verify_response()
Dar-accept.c37 _enter("%d,,", local->debug_id); in rxrpc_busy()
218 _enter("%d", local->debug_id); in rxrpc_accept_incoming_calls()
389 _leave(" = %p{%d}", call, call->debug_id); in rxrpc_accept_call()
Dar-error.c38 _enter("%p{%d}", sk, local->debug_id); in rxrpc_UDP_error_report()
Dar-ack.c102 call->debug_id, rxrpc_acks(ack_reason), ntohl(serial), in __rxrpc_propose_ACK()
837 call->debug_id, call->flags, mark, error, fatal); in rxrpc_post_message()
898 call->debug_id, rxrpc_call_states[call->state], call->events, in rxrpc_process_call()
Dar-recvmsg.c25 _debug("RELEASE CALL %d", call->debug_id); in rxrpc_remove_user_ID()
Dar-input.c735 _debug("CONN %p {%d}", conn, conn->debug_id); in rxrpc_data_ready()
Daf_rxrpc.c339 _enter("%d{%d}", call->debug_id, atomic_read(&call->usage)); in rxrpc_kernel_end_call()