Lines Matching defs:call

27 			      struct rxrpc_call *call, rxrpc_seq_t seq)  in rxrpc_proto_abort()
38 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
199 static void rxrpc_send_ping(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_send_ping()
214 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
273 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
320 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
407 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
428 static void rxrpc_input_data(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_data()
630 static void rxrpc_input_requested_ack(struct rxrpc_call *call, in rxrpc_input_requested_ack()
667 static void rxrpc_input_check_for_lost_ack(struct rxrpc_call *call) in rxrpc_input_check_for_lost_ack()
700 static void rxrpc_input_ping_response(struct rxrpc_call *call, in rxrpc_input_ping_response()
728 static void rxrpc_input_ackinfo(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_ackinfo()
779 static void rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, in rxrpc_input_soft_acks()
831 static void rxrpc_input_ack(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_ack()
968 static void rxrpc_input_ackall(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_ackall()
986 static void rxrpc_input_abort(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_abort()
1011 static void rxrpc_input_call_packet(struct rxrpc_call *call, in rxrpc_input_call_packet()
1072 struct rxrpc_call *call) in rxrpc_input_implicit_end_call()
1186 struct rxrpc_call *call = NULL; in rxrpc_input_packet() local