Home
last modified time | relevance | path

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

/linux-3.4.99/net/rxrpc/
Dar-input.c244 rxrpc_queue_call(call); in rxrpc_fast_process_data()
279 rxrpc_queue_call(call); in rxrpc_fast_process_data()
372 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
387 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
432 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
447 rxrpc_queue_call(call); in rxrpc_fast_process_packet()
519 rxrpc_queue_call(call); in rxrpc_process_jumbo_packet()
555 rxrpc_queue_call(call); in rxrpc_post_packet_to_call()
643 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.c287 rxrpc_queue_call(call); in rxrpc_incoming_call()
496 rxrpc_queue_call(call); in rxrpc_release_call()
578 rxrpc_queue_call(call); in rxrpc_mark_call_released()
782 rxrpc_queue_call(call); in rxrpc_call_life_expired()
802 rxrpc_queue_call(call); in rxrpc_resend_time_expired()
820 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.c117 rxrpc_queue_call(call); in __rxrpc_propose_ACK()
1226 rxrpc_queue_call(call); in rxrpc_process_call()
1270 rxrpc_queue_call(call); in rxrpc_process_call()
1284 rxrpc_queue_call(call); in rxrpc_process_call()
1298 rxrpc_queue_call(call); in rxrpc_process_call()
Dar-error.c236 rxrpc_queue_call(call); in rxrpc_UDP_error_handler()
Dar-output.c118 rxrpc_queue_call(call); in rxrpc_send_abort()
444 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