Lines Matching defs:call

31 			      struct rxrpc_call *call, rxrpc_seq_t seq)  in rxrpc_proto_abort()
42 static void rxrpc_congestion_management(struct rxrpc_call *call, in rxrpc_congestion_management()
203 static void rxrpc_send_ping(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_send_ping()
219 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
278 static bool rxrpc_end_tx_phase(struct rxrpc_call *call, bool reply_begun, in rxrpc_end_tx_phase()
325 static bool rxrpc_receiving_reply(struct rxrpc_call *call) in rxrpc_receiving_reply()
406 static void rxrpc_input_dup_data(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_input_dup_data()
426 static void rxrpc_input_data(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_data()
628 static void rxrpc_input_requested_ack(struct rxrpc_call *call, in rxrpc_input_requested_ack()
665 static void rxrpc_input_check_for_lost_ack(struct rxrpc_call *call) in rxrpc_input_check_for_lost_ack()
698 static void rxrpc_input_ping_response(struct rxrpc_call *call, in rxrpc_input_ping_response()
726 static void rxrpc_input_ackinfo(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_ackinfo()
777 static void rxrpc_input_soft_acks(struct rxrpc_call *call, u8 *acks, in rxrpc_input_soft_acks()
829 static void rxrpc_input_ack(struct rxrpc_call *call, struct sk_buff *skb, in rxrpc_input_ack()
961 static void rxrpc_input_ackall(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_ackall()
979 static void rxrpc_input_abort(struct rxrpc_call *call, struct sk_buff *skb) in rxrpc_input_abort()
1004 static void rxrpc_input_call_packet(struct rxrpc_call *call, in rxrpc_input_call_packet()
1063 struct rxrpc_call *call) in rxrpc_input_implicit_end_call()
1168 struct rxrpc_call *call = NULL; in rxrpc_input_packet() local