Searched refs:call_id (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/net/
H A Dpptp.h21 __be16 call_id; member in struct:pptp_gre_header
/linux-master/drivers/net/ppp/
H A Dpptp.c53 static struct pppox_sock *lookup_chan(u16 call_id, __be32 s_addr) argument
59 sock = rcu_dereference(callid_sock[call_id]);
72 static int lookup_chan_dst(u16 call_id, __be32 d_addr) argument
85 if (opt->dst_addr.call_id == call_id &&
97 static int call_id; local
100 if (!sa->call_id) {
101 call_id = find_next_zero_bit(callid_bitmap, MAX_CALLID, call_id + 1);
102 if (call_id
[all...]
/linux-master/net/rxrpc/
H A Dcall_state.c46 trace_rxrpc_abort(call->debug_id, why, call->cid, call->call_id, seq,
H A Drxkad.c263 check = txb->seq ^ call->call_id;
307 check = txb->seq ^ call->call_id;
369 crypto.buf[0] = htonl(call->call_id);
454 check ^= seq ^ call->call_id;
534 check ^= seq ^ call->call_id;
582 crypto.buf[0] = htonl(call->call_id);
843 resp->encrypted.call_id[0] = htonl(conn->channels[0].call_counter);
844 resp->encrypted.call_id[1] = htonl(conn->channels[1].call_counter);
845 resp->encrypted.call_id[2] = htonl(conn->channels[2].call_counter);
846 resp->encrypted.call_id[
1129 u32 call_id = ntohl(response->encrypted.call_id[i]); local
[all...]
H A Dprotocol.h170 __be32 call_id[4]; /* encrypted call IDs */ member in struct:rxkad_response::__anon3031
H A Dconn_event.c94 u32 serial, mtu, call_id, padding; local
111 call_id = chan->last_call;
112 if (skb && call_id != sp->hdr.callNumber)
132 pkt.whdr.callNumber = htonl(call_id);
H A Dproc.c90 call->call_id,
184 conn->channels[0].call_id,
185 conn->channels[1].call_id,
186 conn->channels[2].call_id,
187 conn->channels[3].call_id);
H A Dconn_client.c419 u32 call_id = chan->call_counter + 1; local
436 call->call_id = call_id;
444 chan->call_id = call_id;
587 ASSERTCMP(call->call_id, ==, 0);
613 _debug("exposed %u,%u", call->call_id, call->abort_code);
H A Dtxbuf.c66 whdr->callNumber = htonl(call->call_id);
143 whdr->callNumber = htonl(call->call_id);
H A Drecvmsg.c535 call->cid, call->call_id, call->rx_consumed,
541 call->cid, call->call_id, call->rx_consumed,
H A Dconn_object.c182 chan->last_call = chan->call_id;
183 chan->call_id = chan->call_counter;
H A Dcall_object.c455 call->call_id = sp->hdr.callNumber;
491 conn->channels[chan].call_counter = call->call_id;
492 conn->channels[chan].call_id = call->call_id;
H A Dar-internal.h488 u32 call_id; /* ID of current call */ member in struct:rxrpc_connection::rxrpc_channel
612 * - matched by { connection, call_id }
666 u32 call_id; /* call ID on connection */ member in struct:rxrpc_call
H A Dio_thread.c395 if (sp->hdr.callNumber > chan->call_id) {
H A Dsendmsg.c319 call->cid, call->call_id, call->rx_consumed,
H A Doutput.c295 pkt.whdr.callNumber = htonl(call->call_id);
/linux-master/include/uapi/linux/
H A Dif_pppox.h53 __u16 call_id; member in struct:pptp_addr
/linux-master/include/trace/events/
H A Drxrpc.h777 u32 cid, u32 call_id, rxrpc_seq_t seq, int abort_code, int error),
779 TP_ARGS(call_nr, why, cid, call_id, seq, abort_code, error),
785 __field(u32, call_id)
795 __entry->call_id = call_id;
803 __entry->cid, __entry->call_id, __entry->seq,
1046 TP_PROTO(unsigned int call_id, struct rxrpc_wire_header *whdr,
1049 TP_ARGS(call_id, whdr, where),
1058 __entry->call = call_id;
1088 __field(u32, call_id)
[all...]
/linux-master/tools/perf/scripts/python/
H A Dexport-to-postgresql.py90 # 'calls' represents function calls and is related to 'samples' by 'call_id' and 'return_id'.
173 # Show branches made during a function call (e.g. where call_id is 29357 and return_id is 29370 and tid is 29670)
447 'call_id bigint,'
581 'call_id,'
925 'ADD CONSTRAINT callfk FOREIGN KEY (call_id) REFERENCES samples (id),'
1043 def call_return_table(cr_id, thread_id, comm_id, call_path_id, call_time, return_time, branch_count, call_id, return_id, parent_call_path_id, flags, parent_id, insn_cnt, cyc_cnt, *x):
1045 value = struct.pack(fmt, 14, 8, cr_id, 8, thread_id, 8, comm_id, 8, call_path_id, 8, call_time, 8, return_time, 8, branch_count, 8, call_id, 8, return_id, 8, parent_call_path_id, 4, flags, 8, parent_id, 8, insn_cnt, 8, cyc_cnt)
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_gre.c169 /* PPTP header is variable length, only need up to the call_id field */
179 tuple->dst.u.gre.key = pgrehdr->call_id;
H A Dnf_nat_proto.c306 pr_debug("call_id -> 0x%04x\n", ntohs(tuple->dst.u.gre.key));
307 pgreh->call_id = tuple->dst.u.gre.key;

Completed in 323 milliseconds