Searched refs:app_ops (Results 1 – 3 of 3) sorted by relevance
125 if (rx->app_ops && in rxrpc_service_prealloc_one()126 rx->app_ops->user_attach_call) { in rxrpc_service_prealloc_one()128 rx->app_ops->user_attach_call(call, user_call_ID); in rxrpc_service_prealloc_one()224 if (rx->app_ops && in rxrpc_discard_prealloc()225 rx->app_ops->discard_new_call) { in rxrpc_discard_prealloc()227 rx->app_ops->discard_new_call(call, call->user_call_ID); in rxrpc_discard_prealloc()396 if (rx->app_ops && in rxrpc_new_incoming_call()397 rx->app_ops->notify_new_call) in rxrpc_new_incoming_call()398 rx->app_ops->notify_new_call(&rx->sk, call, call->user_call_ID); in rxrpc_new_incoming_call()
339 if (!rx->app_ops && in rxrpc_recvmsg_data()
152 const struct rxrpc_kernel_ops *app_ops; /* Table of kernel app notification funcs */ member