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()
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()
466 unsigned long user_call_ID, gfp_t gfp, in rxrpc_kernel_charge_accept() argument
[all …]
H A Dcall_object.c96 unsigned long user_call_ID) in rxrpc_find_call_by_user_ID() argument
101 _enter("%p,%lx", rx, user_call_ID); in rxrpc_find_call_by_user_ID()
109 if (user_call_ID < call->user_call_ID) in rxrpc_find_call_by_user_ID()
111 else if (user_call_ID > call->user_call_ID) in rxrpc_find_call_by_user_ID()
239 p->user_call_ID, rxrpc_call_new_client); in rxrpc_alloc_client_call()
302 _enter("{%d,%lx},", call->debug_id, call->user_call_ID); in rxrpc_connect_call()
345 _enter("%p,%lx", rx, p->user_call_ID); in rxrpc_new_client_call()
375 if (p->user_call_ID < xcall->user_call_ID) in rxrpc_new_client_call()
377 else if (p->user_call_ID > xcall->user_call_ID) in rxrpc_new_client_call()
384 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/include/net/
H A Daf_rxrpc.h46 unsigned long user_call_ID,
/openbmc/linux/fs/afs/
H A Drxrpc.c708 static void afs_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in afs_rx_attach() argument
710 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_attach()
753 unsigned long user_call_ID) in afs_rx_discard_new_call() argument
755 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_discard_new_call()
765 unsigned long user_call_ID) in afs_rx_new_call() argument
/openbmc/linux/include/trace/events/
H A Drxrpc.h1658 __field(unsigned long, user_call_ID)
1666 __entry->user_call_ID = call->user_call_ID;
1674 (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);