Home
last modified time | relevance | path

Searched refs:user_call_ID (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dcall_accept.c26 unsigned long user_call_ID) in rxrpc_dummy_notify() argument
38 unsigned long user_call_ID, gfp_t gfp, in rxrpc_service_prealloc_one() argument
106 user_call_ID, rxrpc_call_new_prealloc_service); in rxrpc_service_prealloc_one()
116 if (user_call_ID < xcall->user_call_ID) in rxrpc_service_prealloc_one()
118 else if (user_call_ID > xcall->user_call_ID) in rxrpc_service_prealloc_one()
124 call->user_call_ID = user_call_ID; in rxrpc_service_prealloc_one()
128 user_attach_call(call, user_call_ID); in rxrpc_service_prealloc_one()
147 _leave(" = 0 [%d -> %lx]", call->debug_id, user_call_ID); in rxrpc_service_prealloc_one()
223 _debug("discard %lx", call->user_call_ID); in rxrpc_discard_prealloc()
224 rx->discard_new_call(call, call->user_call_ID); in rxrpc_discard_prealloc()
[all …]
H A Dcall_object.c95 unsigned long user_call_ID) in rxrpc_find_call_by_user_ID() argument
100 _enter("%p,%lx", rx, user_call_ID); in rxrpc_find_call_by_user_ID()
108 if (user_call_ID < call->user_call_ID) in rxrpc_find_call_by_user_ID()
110 else if (user_call_ID > call->user_call_ID) in rxrpc_find_call_by_user_ID()
238 p->user_call_ID, rxrpc_call_new_client); in rxrpc_alloc_client_call()
301 _enter("{%d,%lx},", call->debug_id, call->user_call_ID); in rxrpc_connect_call()
344 _enter("%p,%lx", rx, p->user_call_ID); in rxrpc_new_client_call()
374 if (p->user_call_ID < xcall->user_call_ID) in rxrpc_new_client_call()
376 else if (p->user_call_ID > xcall->user_call_ID) in rxrpc_new_client_call()
383 call->user_call_ID = p->user_call_ID; in rxrpc_new_client_call()
H A Drxperf.c99 unsigned long user_call_ID) in rxperf_rx_discard_new_call() argument
101 kfree((struct rxperf_call *)user_call_ID); in rxperf_rx_discard_new_call()
105 unsigned long user_call_ID) in rxperf_rx_new_call() argument
124 static void rxperf_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in rxperf_rx_attach() argument
126 struct rxperf_call *call = (struct rxperf_call *)user_call_ID; in rxperf_rx_attach()
H A Dsendmsg.c230 notify_end_tx(&rx->sk, call, call->user_call_ID); in rxrpc_notify_end_tx()
488 p->call.user_call_ID = *(u32 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
492 p->call.user_call_ID = *(unsigned long *) in rxrpc_sendmsg_cmsg()
621 .call.user_call_ID = 0, in rxrpc_do_sendmsg()
640 ret = rxrpc_user_charge_accept(rx, p.call.user_call_ID); in rxrpc_do_sendmsg()
644 call = rxrpc_find_call_by_user_ID(rx, p.call.user_call_ID); in rxrpc_do_sendmsg()
H A Drecvmsg.c40 call->notify_rx(sk, call, call->user_call_ID); in rxrpc_notify_socket()
382 unsigned int id32 = call->user_call_ID; in rxrpc_recvmsg()
387 unsigned long idl = call->user_call_ID; in rxrpc_recvmsg()
H A Daf_rxrpc.c285 unsigned long user_call_ID, in rxrpc_kernel_begin_call() argument
300 _enter(",,%x,%lx", key_serial(key), user_call_ID); in rxrpc_kernel_begin_call()
314 p.user_call_ID = user_call_ID; in rxrpc_kernel_begin_call()
H A Dar-internal.h642 unsigned long user_call_ID; /* user-defined call ID */ member
764 unsigned long user_call_ID; /* User's call ID */ member
/openbmc/linux/fs/afs/
H A Drxrpc.c714 static void afs_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in afs_rx_attach() argument
716 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_attach()
759 unsigned long user_call_ID) in afs_rx_discard_new_call() argument
761 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_discard_new_call()
771 unsigned long user_call_ID) in afs_rx_new_call() argument
/openbmc/linux/include/net/
H A Daf_rxrpc.h46 unsigned long user_call_ID,
/openbmc/linux/include/trace/events/
H A Drxrpc.h1685 __field(unsigned long, user_call_ID)
1693 __entry->user_call_ID = call->user_call_ID;
1701 (void *)__entry->user_call_ID,
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst806 unsigned long user_call_ID,
824 The user_call_ID is equivalent to that supplied to sendmsg() in the
856 This is used to shut down a previously begun call. The user_call_ID is
870 unsigned long user_call_ID,
942 unsigned long user_call_ID,
990 unsigned long user_call_ID);