Searched refs:user_call_ID (Results 1 – 11 of 11) sorted by relevance
| /linux/net/rxrpc/ |
| A D | call_accept.c | 26 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 …]
|
| A D | call_object.c | 87 unsigned long user_call_ID) in rxrpc_find_call_by_user_ID() argument 92 _enter("%p,%lx", rx, user_call_ID); in rxrpc_find_call_by_user_ID() 100 if (user_call_ID < call->user_call_ID) in rxrpc_find_call_by_user_ID() 102 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() 297 _enter("{%d,%lx},", call->debug_id, call->user_call_ID); in rxrpc_connect_call() 335 _enter("%p,%lx", rx, p->user_call_ID); in rxrpc_new_client_call() 370 if (p->user_call_ID < xcall->user_call_ID) in rxrpc_new_client_call() 372 else if (p->user_call_ID > xcall->user_call_ID) in rxrpc_new_client_call() 379 call->user_call_ID = p->user_call_ID; in rxrpc_new_client_call()
|
| A D | rxperf.c | 99 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()
|
| A D | sendmsg.c | 230 notify_end_tx(&rx->sk, call, call->user_call_ID); in rxrpc_notify_end_tx() 476 p->call.user_call_ID = *(u32 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg() 480 p->call.user_call_ID = *(unsigned long *) in rxrpc_sendmsg_cmsg() 617 .call.user_call_ID = 0, in rxrpc_do_sendmsg() 636 ret = rxrpc_user_charge_accept(rx, p.call.user_call_ID); in rxrpc_do_sendmsg() 640 call = rxrpc_find_call_by_user_ID(rx, p.call.user_call_ID); in rxrpc_do_sendmsg()
|
| A D | recvmsg.c | 40 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()
|
| A D | af_rxrpc.c | 331 unsigned long user_call_ID, in rxrpc_kernel_begin_call() argument 346 _enter(",,%x,%lx", key_serial(key), user_call_ID); in rxrpc_kernel_begin_call() 359 p.user_call_ID = user_call_ID; in rxrpc_kernel_begin_call()
|
| A D | ar-internal.h | 651 unsigned long user_call_ID; /* user-defined call ID */ member 773 unsigned long user_call_ID; /* User's call ID */ member
|
| /linux/fs/afs/ |
| A D | rxrpc.c | 718 static void afs_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in afs_rx_attach() argument 720 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_attach() 763 unsigned long user_call_ID) in afs_rx_discard_new_call() argument 765 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_discard_new_call() 775 unsigned long user_call_ID) in afs_rx_new_call() argument
|
| /linux/include/net/ |
| A D | af_rxrpc.h | 47 unsigned long user_call_ID,
|
| /linux/include/trace/events/ |
| A D | rxrpc.h | 1678 __field(unsigned long, user_call_ID) 1686 __entry->user_call_ID = call->user_call_ID; 1694 (void *)__entry->user_call_ID,
|
| /linux/Documentation/networking/ |
| A D | rxrpc.rst | 806 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);
|
Completed in 816 milliseconds