| /linux/net/rxrpc/ |
| H A D | rxkad.c | 270 check = txb->seq ^ call->call_id; in rxkad_secure_packet_auth() 313 check = txb->seq ^ call->call_id; in rxkad_secure_packet_encrypt() 372 crypto.buf[0] = htonl(call->call_id); in rxkad_secure_packet() 470 check ^= seq ^ call->call_id; in rxkad_verify_packet_1() 550 check ^= seq ^ call->call_id; in rxkad_verify_packet_2() 598 crypto.buf[0] = htonl(call->call_id); in rxkad_verify_packet() 842 h.resp.encrypted.call_id[0] = htonl(conn->channels[0].call_counter); in rxkad_respond_to_challenge() 843 h.resp.encrypted.call_id[1] = htonl(conn->channels[1].call_counter); in rxkad_respond_to_challenge() 844 h.resp.encrypted.call_id[2] = htonl(conn->channels[2].call_counter); in rxkad_respond_to_challenge() 845 h.resp.encrypted.call_id[ in rxkad_respond_to_challenge() 1143 u32 call_id = ntohl(response->encrypted.call_id[i]); rxkad_verify_response() local [all...] |
| H A D | conn_client.c | 419 u32 call_id = chan->call_counter + 1; in rxrpc_activate_one_channel() local 436 call->call_id = call_id; in rxrpc_activate_one_channel() 444 chan->call_id = call_id; in rxrpc_activate_one_channel() 590 ASSERTCMP(call->call_id, ==, 0); in rxrpc_disconnect_client_call() 619 _debug("exposed %u,%u", call->call_id, call->abort_code); in rxrpc_disconnect_client_call()
|
| H A D | conn_event.c | 103 u32 serial, max_mtu, if_mtu, call_id, padding; in rxrpc_conn_retransmit_call() 120 call_id = chan->last_call; in rxrpc_conn_retransmit_call() 121 if (skb && call_id != sp->hdr.callNumber) in rxrpc_conn_retransmit_call() 141 pkt.whdr.callNumber = htonl(call_id); in rxrpc_conn_retransmit_call() 95 u32 serial, max_mtu, if_mtu, call_id, padding; rxrpc_conn_retransmit_call() local
|
| H A D | rxgk.c | 360 hdr->call_number = htonl(call->call_id); in rxgk_secure_packet_integrity() 403 hdr->call_number = htonl(call->call_id); in rxgk_secure_packet_encrypted() 492 hdr->call_number = htonl(call->call_id); in rxgk_verify_packet_integrity() 557 ntohl(hdr.call_number) != call->call_id || in rxgk_verify_packet_encrypted() 1120 u32 call_id = ntohl(*p++); in rxgk_do_verify_authenticator() local 1122 if (call_id > INT_MAX) in rxgk_do_verify_authenticator() 1126 if (call_id < conn->channels[i].call_counter) in rxgk_do_verify_authenticator() 1130 if (call_id > conn->channels[i].call_counter) { in rxgk_do_verify_authenticator() 1135 conn->channels[i].call_counter = call_id; in rxgk_do_verify_authenticator()
|
| H A D | call_state.c | 46 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in rxrpc_abort_call()
|
| H A D | call_object.c | 449 call->call_id = sp->hdr.callNumber; in rxrpc_incoming_call() 484 conn->channels[chan].call_counter = call->call_id; in rxrpc_incoming_call() 485 conn->channels[chan].call_id = call->call_id; in rxrpc_incoming_call()
|
| H A D | conn_object.c | 179 chan->last_call = chan->call_id; in __rxrpc_disconnect_call() 180 chan->call_id = chan->call_counter; in __rxrpc_disconnect_call()
|
| H A D | recvmsg.c | 638 call->cid, call->call_id, call->rx_consumed, in rxrpc_kernel_recv_data() 644 call->cid, call->call_id, call->rx_consumed, in rxrpc_kernel_recv_data()
|
| H A D | output.c | 176 whdr->callNumber = htonl(call->call_id); in rxrpc_fill_out_ack() 396 pkt.whdr.callNumber = htonl(call->call_id); in rxrpc_send_abort_packet() 553 whdr->callNumber = htonl(call->call_id); in rxrpc_prepare_data_packet()
|
| H A D | sendmsg.c | 335 call->cid, call->call_id, call->rx_consumed, in rxrpc_send_data() 374 call->cid, call->call_id, call->rx_consumed, in rxrpc_send_data()
|
| H A D | ar-internal.h | 542 u32 call_id; /* ID of current call */ member 744 u32 call_id; /* call ID on connection */ member
|
| H A D | io_thread.c | 420 if (sp->hdr.callNumber > chan->call_id) { in rxrpc_input_packet_on_conn()
|
| /linux/include/trace/events/ |
| H A D | rxrpc.h | 936 u32 cid, u32 call_id, rxrpc_seq_t seq, int abort_code, int error), 938 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error), 944 __field(u32, call_id) 954 __entry->call_id = call_id; 962 __entry->cid, __entry->call_id, __entry->seq, 1378 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr, 1381 TP_ARGS(call_id, whdr, where), 1390 __entry->call = call_id; 1421 __field(u32, call_id) 1429 __entry->call_id = call->call_id; [all …]
|
| /linux/include/net/ |
| H A D | pptp.h | 21 __be16 call_id; member
|
| /linux/drivers/virt/coco/sev-guest/ |
| H A D | sev-guest.c | 357 u64 call_id; in sev_svsm_report_new() local 373 call_id = SVSM_ATTEST_CALL(SVSM_ATTEST_SERVICES); in sev_svsm_report_new() 378 call_id = SVSM_ATTEST_CALL(SVSM_ATTEST_SINGLE_SERVICE); in sev_svsm_report_new() 406 ret = snp_issue_svsm_attest_req(call_id, &call, &ac); in sev_svsm_report_new()
|
| /linux/include/uapi/linux/ |
| H A D | if_pppox.h | 53 __u16 call_id; member
|
| /linux/arch/x86/include/asm/ |
| H A D | sev.h | 515 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, struct svsm_attest_call *input); 621 static inline int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, struct svsm_attest… in snp_issue_svsm_attest_req() argument
|
| /linux/tools/perf/scripts/python/ |
| H A D | export-to-postgresql.py | 1043 … thread_id, comm_id, call_path_id, call_time, return_time, branch_count, call_id, return_id, paren… argument 1045 …m_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8,…
|
| /linux/net/netfilter/ |
| H A D | nf_conntrack_proto_gre.c | 179 tuple->dst.u.gre.key = pgrehdr->call_id; in gre_pkt_to_tuple()
|
| H A D | nf_nat_proto.c | 267 pgreh->call_id = tuple->dst.u.gre.key; in gre_manip_pkt()
|
| /linux/arch/x86/coco/sev/ |
| H A D | core.c | 1604 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, in snp_issue_svsm_attest_req() argument 1628 call->rax = call_id; in snp_issue_svsm_attest_req()
|