| /linux-6.15/drivers/net/ppp/ |
| H A D | pptp.c | 59 sock = rcu_dereference(callid_sock[call_id]); in lookup_chan() 85 if (opt->dst_addr.call_id == call_id && in lookup_chan_dst() 97 static int call_id; in add_chan() local 100 if (!sa->call_id) { in add_chan() 101 call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, call_id + 1); in add_chan() 102 if (call_id == MAX_CALLID) { in add_chan() 104 if (call_id == MAX_CALLID) in add_chan() 107 sa->call_id = call_id; in add_chan() 108 } else if (test_bit(sa->call_id, callid_bitmap)) { in add_chan() 113 set_bit(sa->call_id, callid_bitmap); in add_chan() [all …]
|
| /linux-6.15/net/rxrpc/ |
| H A D | rxkad.c | 268 check = txb->seq ^ call->call_id; in rxkad_secure_packet_auth() 311 check = txb->seq ^ call->call_id; in rxkad_secure_packet_encrypt() 370 crypto.buf[0] = htonl(call->call_id); in rxkad_secure_packet() 468 check ^= seq ^ call->call_id; in rxkad_verify_packet_1() 548 check ^= seq ^ call->call_id; in rxkad_verify_packet_2() 596 crypto.buf[0] = htonl(call->call_id); in rxkad_verify_packet() 1143 u32 call_id = ntohl(response->encrypted.call_id[i]); in rxkad_verify_response() local 1146 if (call_id > INT_MAX) { in rxkad_verify_response() 1152 if (call_id < counter) { in rxkad_verify_response() 1158 if (call_id > counter) { in rxkad_verify_response() [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 | 95 u32 serial, max_mtu, if_mtu, call_id, padding; in rxrpc_conn_retransmit_call() local 112 call_id = chan->last_call; in rxrpc_conn_retransmit_call() 113 if (skb && call_id != sp->hdr.callNumber) in rxrpc_conn_retransmit_call() 133 pkt.whdr.callNumber = htonl(call_id); in rxrpc_conn_retransmit_call()
|
| H A D | proc.c | 90 call->call_id, in rxrpc_call_seq_show() 184 conn->channels[0].call_id, in rxrpc_connection_seq_show() 185 conn->channels[1].call_id, in rxrpc_connection_seq_show() 186 conn->channels[2].call_id, in rxrpc_connection_seq_show() 187 conn->channels[3].call_id); in rxrpc_connection_seq_show()
|
| 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 | protocol.h | 175 __be32 call_id[4]; /* encrypted call IDs */ member
|
| 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 | 178 chan->last_call = chan->call_id; in __rxrpc_disconnect_call() 179 chan->call_id = chan->call_counter; in __rxrpc_disconnect_call()
|
| H A D | recvmsg.c | 535 call->cid, call->call_id, call->rx_consumed, in rxrpc_kernel_recv_data() 541 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 | 500 u32 call_id; /* ID of current call */ member 692 u32 call_id; /* call ID on connection */ member
|
| H A D | io_thread.c | 406 if (sp->hdr.callNumber > chan->call_id) { in rxrpc_input_packet_on_conn()
|
| /linux-6.15/include/trace/events/ |
| H A D | rxrpc.h | 889 __field(u32, call_id) 899 __entry->call_id = call_id; 1253 __entry->call = call_id; 1284 __field(u32, call_id) 1292 __entry->call_id = call->call_id; 1302 __entry->call_id, 1897 __field(u32, call_id) 1905 __entry->call_id = call->call_id; 1913 __entry->call_id, 2090 __field(u32, call_id) [all …]
|
| /linux-6.15/include/net/ |
| H A D | pptp.h | 21 __be16 call_id; member
|
| /linux-6.15/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-6.15/include/uapi/linux/ |
| H A D | if_pppox.h | 53 __u16 call_id; member
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | sev.h | 467 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, struct svsm_attest_call *input); 509 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-6.15/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 | 307 pgreh->call_id = tuple->dst.u.gre.key; in gre_manip_pkt()
|
| /linux-6.15/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-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 2602 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, in snp_issue_svsm_attest_req() argument 2626 call->rax = call_id; in snp_issue_svsm_attest_req()
|