Home
last modified time | relevance | path

Searched refs:rxrpc_queue_call (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/rxrpc/
Dar-input.c235 rxrpc_queue_call(call); in rxrpc_fast_process_data()
270 rxrpc_queue_call(call); in rxrpc_fast_process_data()
362 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
377 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
422 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
437 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
509 rxrpc_queue_call(call); in rxrpc_process_jumbo_packet()
534 rxrpc_queue_call(call); in rxrpc_post_packet_to_call()
550 rxrpc_queue_call(call); in rxrpc_post_packet_to_call()
Dar-accept.c191 rxrpc_queue_call(call); in rxrpc_accept_incoming_call()
384 rxrpc_queue_call(call); in rxrpc_accept_call()
399 rxrpc_queue_call(call); in rxrpc_accept_call()
438 rxrpc_queue_call(call); in rxrpc_reject_call()
462 rxrpc_queue_call(call); in rxrpc_reject_call()
Dar-call.c456 rxrpc_queue_call(call); in rxrpc_incoming_call()
690 rxrpc_queue_call(call); in rxrpc_release_call()
772 rxrpc_queue_call(call); in rxrpc_mark_call_released()
979 rxrpc_queue_call(call); in rxrpc_call_life_expired()
999 rxrpc_queue_call(call); in rxrpc_resend_time_expired()
1017 rxrpc_queue_call(call); in rxrpc_ack_time_expired()
Dar-skbuff.c39 rxrpc_queue_call(call); in rxrpc_request_final_ACK()
Dar-connevent.c48 rxrpc_queue_call(call); in rxrpc_abort_calls()
136 rxrpc_queue_call(call); in rxrpc_call_is_secure()
Dar-ack.c165 rxrpc_queue_call(call); in __rxrpc_propose_ACK()
1277 rxrpc_queue_call(call); in rxrpc_process_call()
1321 rxrpc_queue_call(call); in rxrpc_process_call()
1335 rxrpc_queue_call(call); in rxrpc_process_call()
1349 rxrpc_queue_call(call); in rxrpc_process_call()
Dar-error.c226 rxrpc_queue_call(call); in rxrpc_UDP_error_handler()
Dar-output.c120 rxrpc_queue_call(call); in rxrpc_send_abort()
441 rxrpc_queue_call(call); in rxrpc_instant_resend()
Dar-recvmsg.c37 rxrpc_queue_call(call); in rxrpc_remove_user_ID()
Dar-internal.h34 #define rxrpc_queue_call(CALL) rxrpc_queue_work(&(CALL)->processor) macro