| /linux/drivers/net/ppp/ |
| 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/net/rxrpc/ |
| A D | rxkad.c | 263 check = txb->seq ^ call->call_id; in rxkad_secure_packet_auth() 307 check = txb->seq ^ call->call_id; in rxkad_secure_packet_encrypt() 369 crypto.buf[0] = htonl(call->call_id); in rxkad_secure_packet() 454 check ^= seq ^ call->call_id; in rxkad_verify_packet_1() 534 check ^= seq ^ call->call_id; in rxkad_verify_packet_2() 582 crypto.buf[0] = htonl(call->call_id); in rxkad_verify_packet() 1129 u32 call_id = ntohl(response->encrypted.call_id[i]); in rxkad_verify_response() local 1132 if (call_id > INT_MAX) { in rxkad_verify_response() 1138 if (call_id < counter) { in rxkad_verify_response() 1144 if (call_id > counter) { in rxkad_verify_response() [all …]
|
| 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() 588 ASSERTCMP(call->call_id, ==, 0); in rxrpc_disconnect_client_call() 617 _debug("exposed %u,%u", call->call_id, call->abort_code); in rxrpc_disconnect_client_call()
|
| 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()
|
| A D | conn_event.c | 94 u32 serial, mtu, call_id, padding; in rxrpc_conn_retransmit_call() local 111 call_id = chan->last_call; in rxrpc_conn_retransmit_call() 112 if (skb && call_id != sp->hdr.callNumber) in rxrpc_conn_retransmit_call() 132 pkt.whdr.callNumber = htonl(call_id); in rxrpc_conn_retransmit_call()
|
| A D | call_state.c | 46 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq, in rxrpc_abort_call()
|
| A D | txbuf.c | 66 whdr->callNumber = htonl(call->call_id); in rxrpc_alloc_data_txbuf() 143 whdr->callNumber = htonl(call->call_id); in rxrpc_alloc_ack_txbuf()
|
| A D | protocol.h | 170 __be32 call_id[4]; /* encrypted call IDs */ member
|
| A D | call_object.c | 450 call->call_id = sp->hdr.callNumber; in rxrpc_incoming_call() 486 conn->channels[chan].call_counter = call->call_id; in rxrpc_incoming_call() 487 conn->channels[chan].call_id = call->call_id; in rxrpc_incoming_call()
|
| A D | conn_object.c | 177 chan->last_call = chan->call_id; in __rxrpc_disconnect_call() 178 chan->call_id = chan->call_counter; in __rxrpc_disconnect_call()
|
| 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()
|
| A D | ar-internal.h | 488 u32 call_id; /* ID of current call */ member 666 u32 call_id; /* call ID on connection */ member
|
| A D | io_thread.c | 401 if (sp->hdr.callNumber > chan->call_id) { in rxrpc_input_packet_on_conn()
|
| A D | sendmsg.c | 324 call->cid, call->call_id, call->rx_consumed, in rxrpc_send_data()
|
| A D | output.c | 295 pkt.whdr.callNumber = htonl(call->call_id); in rxrpc_send_abort_packet()
|
| /linux/include/trace/events/ |
| A D | rxrpc.h | 786 __field(u32, call_id) 796 __entry->call_id = call_id; 1059 __entry->call = call_id; 1089 __field(u32, call_id) 1097 __entry->call_id = call->call_id; 1107 __entry->call_id, 1680 __field(u32, call_id) 1688 __entry->call_id = call->call_id; 1696 __entry->call_id, 1791 __field(u32, call_id) [all …]
|
| /linux/include/net/ |
| A D | pptp.h | 21 __be16 call_id; member
|
| /linux/include/uapi/linux/ |
| A D | if_pppox.h | 53 __u16 call_id; member
|
| /linux/arch/x86/include/asm/ |
| A D | sev.h | 396 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, struct svsm_attest_call *input); 429 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/drivers/virt/coco/sev-guest/ |
| A D | sev-guest.c | 807 u64 call_id; in sev_svsm_report_new() local 825 call_id = SVSM_ATTEST_CALL(SVSM_ATTEST_SERVICES); in sev_svsm_report_new() 830 call_id = SVSM_ATTEST_CALL(SVSM_ATTEST_SINGLE_SERVICE); in sev_svsm_report_new() 858 ret = snp_issue_svsm_attest_req(call_id, &call, &ac); in sev_svsm_report_new()
|
| /linux/net/netfilter/ |
| A D | nf_conntrack_proto_gre.c | 179 tuple->dst.u.gre.key = pgrehdr->call_id; in gre_pkt_to_tuple()
|
| A D | nf_nat_proto.c | 307 pgreh->call_id = tuple->dst.u.gre.key; in gre_manip_pkt()
|
| /linux/tools/perf/scripts/python/ |
| 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/arch/x86/coco/sev/ |
| A D | core.c | 2407 int snp_issue_svsm_attest_req(u64 call_id, struct svsm_call *call, in snp_issue_svsm_attest_req() argument 2431 call->rax = call_id; in snp_issue_svsm_attest_req()
|