Home
last modified time | relevance | path

Searched refs:app_ops (Results 1 – 3 of 3) sorted by relevance

/linux/net/rxrpc/
H A Dcall_accept.c125 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()
H A Drecvmsg.c339 if (!rx->app_ops && in rxrpc_recvmsg_data()
H A Dar-internal.h152 const struct rxrpc_kernel_ops *app_ops; /* Table of kernel app notification funcs */ member