Searched refs:user_call_ID (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/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 | 98 unsigned long user_call_ID) in rxrpc_find_call_by_user_ID() argument 103 _enter("%p,%lx", rx, user_call_ID); in rxrpc_find_call_by_user_ID() 111 if (user_call_ID < call->user_call_ID) in rxrpc_find_call_by_user_ID() 113 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()
|
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 | 234 notify_end_tx(&rx->sk, call, call->user_call_ID); in rxrpc_notify_end_tx() 492 p->call.user_call_ID = *(u32 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg() 496 p->call.user_call_ID = *(unsigned long *) in rxrpc_sendmsg_cmsg() 625 .call.user_call_ID = 0, in rxrpc_do_sendmsg() 644 ret = rxrpc_user_charge_accept(rx, p.call.user_call_ID); in rxrpc_do_sendmsg() 648 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 | 284 unsigned long user_call_ID, in rxrpc_kernel_begin_call() argument 298 _enter(",,%x,%lx", key_serial(key), user_call_ID); in rxrpc_kernel_begin_call() 312 p.user_call_ID = user_call_ID; in rxrpc_kernel_begin_call()
|
A D | ar-internal.h | 633 unsigned long user_call_ID; /* user-defined call ID */ member 754 unsigned long user_call_ID; /* User's call ID */ member
|
/linux-6.3-rc2/fs/afs/ |
A D | rxrpc.c | 711 static void afs_rx_attach(struct rxrpc_call *rxcall, unsigned long user_call_ID) in afs_rx_attach() argument 713 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_attach() 756 unsigned long user_call_ID) in afs_rx_discard_new_call() argument 758 struct afs_call *call = (struct afs_call *)user_call_ID; in afs_rx_discard_new_call() 768 unsigned long user_call_ID) in afs_rx_new_call() argument
|
/linux-6.3-rc2/include/trace/events/ |
A D | rxrpc.h | 1656 __field(unsigned long, user_call_ID) 1664 __entry->user_call_ID = call->user_call_ID; 1672 (void *)__entry->user_call_ID,
|
/linux-6.3-rc2/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 end a previously begun call. The user_call_ID is expunged 863 unsigned long user_call_ID, 935 unsigned long user_call_ID, 983 unsigned long user_call_ID);
|
Completed in 22 milliseconds