| /net/rxrpc/ |
| A D | key.c | 68 _debug("tktlen: %x", tktlen); in rxrpc_preparse_xdr_rxkad() 101 _debug("KVNO: %u", token->kad->kvno); in rxrpc_preparse_xdr_rxkad() 185 _debug("keylen: %x", keylen); in rxrpc_preparse_xdr_yfs_rxgk() 192 _debug("tktlen: %x", tktlen); in rxrpc_preparse_xdr_yfs_rxgk() 254 _debug("TICK: %*phN", in rxrpc_preparse_xdr_yfs_rxgk() 331 _debug("cellname: [%u/%u] '%*.*s'", in rxrpc_preparse_xdr() 341 _debug("ntoken: %x", ntoken); in rxrpc_preparse_xdr() 363 _debug("remainder: %zu", datalen); in rxrpc_preparse_xdr() 481 _debug("EXPY: %x", v1->expiry); in rxrpc_preparse() 482 _debug("KVNO: %u", v1->kvno); in rxrpc_preparse() [all …]
|
| A D | rxgk_app.c | 148 _debug("key %d", key_serial(key)); in rxgk_yfs_decode_ticket() 215 _debug("KVNO %u", kvno); in rxgk_extract_token() 216 _debug("ENC %u", enctype); in rxgk_extract_token() 217 _debug("TLEN %u", ticket_len); in rxgk_extract_token()
|
| A D | conn_client.c | 268 _debug("search 1"); in rxrpc_look_up_bundle() 288 _debug("not found"); in rxrpc_look_up_bundle() 295 _debug("search 2"); in rxrpc_look_up_bundle() 317 _debug("new bundle"); in rxrpc_look_up_bundle() 589 _debug("call is waiting"); in rxrpc_disconnect_client_call() 619 _debug("exposed %u,%u", call->call_id, call->abort_code); in rxrpc_disconnect_client_call() 687 _debug("clear slot %u", bindex); in rxrpc_unbundle_conn() 712 _debug("erase bundle"); in rxrpc_deactivate_bundle() 803 _debug("not yet"); in rxrpc_discard_expired_client_conns()
|
| A D | input.c | 335 _debug("%x,%x,%x,%d", to, call->tx_bottom, call->tx_top, rot_last); in rxrpc_rotate_tx_window() 888 _debug("[%x]", tq->qbase); in rxrpc_input_soft_ack_tq() 889 _debug("tq %16lx %u", tq->segment_acked, tq->nr_reported_acks); in rxrpc_input_soft_ack_tq() 890 _debug("sack %16lx %u", extracted_acks, nr_reported); in rxrpc_input_soft_ack_tq() 899 _debug("flip %16lx", flipped); in rxrpc_input_soft_ack_tq() 900 _debug("ntoa %16lx %d", n_to_a, a); in rxrpc_input_soft_ack_tq() 901 _debug("aton %16lx %d", a_to_n, n); in rxrpc_input_soft_ack_tq() 915 _debug("new_a %16lx new=%d a=%d n=%d", new_acks, new, a, n); in rxrpc_input_soft_ack_tq() 988 _debug("bound %16lx %u", extracted, nr); in rxrpc_input_soft_acks() 1002 _debug("tail %16lx %u", extracted, nr_reported); in rxrpc_input_soft_acks() [all …]
|
| A D | rxkad.c | 112 _debug("no cipher"); in rxkad_init_connection_security() 1004 _debug("KIV FLAGS: %x", *p); in rxkad_decrypt_ticket() 1010 _debug("KIV ANAME: %s", name); in rxkad_decrypt_ticket() 1014 _debug("KIV INST : %s", name); in rxkad_decrypt_ticket() 1018 _debug("KIV REALM: %s", name); in rxkad_decrypt_ticket() 1027 _debug("KIV ADDR : %pI4", &addr); in rxkad_decrypt_ticket() 1032 _debug("KIV KEY : %08x %08x", ntohl(key.n[0]), ntohl(key.n[1])); in rxkad_decrypt_ticket() 1037 _debug("KIV LIFE : %u", life); in rxkad_decrypt_ticket() 1051 _debug("KIV ISSUE: %llx [%llx]", issue, now); in rxkad_decrypt_ticket() 1065 _debug("KIV SNAME: %s", name); in rxkad_decrypt_ticket() [all …]
|
| A D | sendmsg.c | 391 _debug("alloc"); in rxrpc_send_data() 415 _debug("append"); in rxrpc_send_data() 421 _debug("add %zu", copy); in rxrpc_send_data() 425 _debug("added"); in rxrpc_send_data() 516 _debug("CMSG %d, %d, %d", in rxrpc_sendmsg_cmsg()
|
| A D | conn_object.c | 112 _debug("no conn"); in rxrpc_find_client_connection_rcu() 416 _debug("reap CONN %d { a=%d,t=%ld }", in rxrpc_service_connection_reaper() 445 _debug("reschedule reaper %ld", (long)earliest - (long)now); in rxrpc_service_connection_reaper()
|
| A D | call_event.c | 105 _debug("retr %16lx %u c=%08x [%x]", in rxrpc_resend() 107 _debug("lost %16lx", lost); in rxrpc_resend() 177 _debug("________awaiting reply/ACK__________"); in rxrpc_close_tx_phase()
|
| A D | conn_service.c | 108 _debug("replace conn"); in rxrpc_publish_service_conn()
|
| A D | ar-internal.h | 1601 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1620 #define _debug(FMT,...) \ macro 1629 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|
| A D | oob.c | 124 _debug("CMSG %d, %d, %d", in rxrpc_sendmsg_oob_cmsg()
|
| A D | call_object.c | 595 _debug("RELEASE CALL %p (%d CONN %p)", call, call->debug_id, conn); in rxrpc_release_call() 738 _debug("Zapping call %p", call); in rxrpc_destroy_all_calls()
|
| A D | peer_event.c | 270 _debug("%02x peer %u t=%d {%pISp}", in rxrpc_peer_keepalive_dispatch()
|
| A D | call_accept.c | 226 _debug("discard %lx", call->user_call_ID); in rxrpc_discard_prealloc()
|
| A D | output.c | 572 _debug("prep[%u] tq=%x q=%x", i, tq->qbase, seq); in rxrpc_prepare_data_packet() 794 _debug("sendmsg failed: %d", ret); in rxrpc_send_conn_abort()
|
| A D | recvmsg.c | 55 _debug("call %ps", sk->sk_data_ready); in rxrpc_notify_socket()
|
| A D | af_rxrpc.c | 123 _debug("INET: %pISp", &srx->transport); in rxrpc_validate_address()
|
| A D | rxgk.c | 216 _debug("rekey"); in rxgk_get_key()
|