Home
last modified time | relevance | path

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

/net/rxrpc/
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()
A Doob.c54 if (rx->app_ops) in rxrpc_notify_socket_oob()
55 rx->app_ops->notify_oob(sk, skb); in rxrpc_notify_socket_oob()
59 if (!rx->app_ops && !sock_flag(sk, SOCK_DEAD)) in rxrpc_notify_socket_oob()
A Daf_rxrpc.c471 const struct rxrpc_kernel_ops *app_ops) in rxrpc_kernel_set_notifications() argument
475 rx->app_ops = app_ops; in rxrpc_kernel_set_notifications()
A Drecvmsg.c339 if (!rx->app_ops && in rxrpc_recvmsg_data()
A Dar-internal.h152 const struct rxrpc_kernel_ops *app_ops; /* Table of kernel app notification funcs */ member

Completed in 17 milliseconds