Lines Matching refs:call
28 struct rxrpc_call *call, in rxrpc_wait_for_tx_window_intr() argument
33 if (call->tx_top - call->tx_hard_ack < in rxrpc_wait_for_tx_window_intr()
34 min_t(unsigned int, call->tx_winsize, in rxrpc_wait_for_tx_window_intr()
35 call->cong_cwnd + call->cong_extra)) in rxrpc_wait_for_tx_window_intr()
38 if (call->state >= RXRPC_CALL_COMPLETE) in rxrpc_wait_for_tx_window_intr()
39 return call->error; in rxrpc_wait_for_tx_window_intr()
44 trace_rxrpc_transmit(call, rxrpc_transmit_wait); in rxrpc_wait_for_tx_window_intr()
45 mutex_unlock(&call->user_mutex); in rxrpc_wait_for_tx_window_intr()
47 if (mutex_lock_interruptible(&call->user_mutex) < 0) in rxrpc_wait_for_tx_window_intr()
57 struct rxrpc_call *call) in rxrpc_wait_for_tx_window_nonintr() argument
63 rtt = READ_ONCE(call->peer->rtt); in rxrpc_wait_for_tx_window_nonintr()
69 tx_start = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_nonintr()
74 tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_nonintr()
75 if (call->tx_top - tx_win < in rxrpc_wait_for_tx_window_nonintr()
76 min_t(unsigned int, call->tx_winsize, in rxrpc_wait_for_tx_window_nonintr()
77 call->cong_cwnd + call->cong_extra)) in rxrpc_wait_for_tx_window_nonintr()
80 if (call->state >= RXRPC_CALL_COMPLETE) in rxrpc_wait_for_tx_window_nonintr()
81 return call->error; in rxrpc_wait_for_tx_window_nonintr()
92 trace_rxrpc_transmit(call, rxrpc_transmit_wait); in rxrpc_wait_for_tx_window_nonintr()
102 struct rxrpc_call *call, in rxrpc_wait_for_tx_window() argument
110 call->tx_hard_ack, call->tx_top, call->tx_winsize); in rxrpc_wait_for_tx_window()
112 add_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
115 ret = rxrpc_wait_for_tx_window_nonintr(rx, call); in rxrpc_wait_for_tx_window()
117 ret = rxrpc_wait_for_tx_window_intr(rx, call, timeo); in rxrpc_wait_for_tx_window()
119 remove_wait_queue(&call->waitq, &myself); in rxrpc_wait_for_tx_window()
128 static inline void rxrpc_instant_resend(struct rxrpc_call *call, int ix) in rxrpc_instant_resend() argument
130 spin_lock_bh(&call->lock); in rxrpc_instant_resend()
132 if (call->state < RXRPC_CALL_COMPLETE) { in rxrpc_instant_resend()
133 call->rxtx_annotations[ix] = in rxrpc_instant_resend()
134 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()
136 if (!test_and_set_bit(RXRPC_CALL_EV_RESEND, &call->events)) in rxrpc_instant_resend()
137 rxrpc_queue_call(call); in rxrpc_instant_resend()
140 spin_unlock_bh(&call->lock); in rxrpc_instant_resend()
147 static void rxrpc_notify_end_tx(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_notify_end_tx() argument
151 notify_end_tx(&rx->sk, call, call->user_call_ID); in rxrpc_notify_end_tx()
158 static void rxrpc_queue_packet(struct rxrpc_sock *rx, struct rxrpc_call *call, in rxrpc_queue_packet() argument
170 ASSERTCMP(seq, ==, call->tx_top + 1); in rxrpc_queue_packet()
174 set_bit(RXRPC_CALL_TX_LASTQ, &call->flags); in rxrpc_queue_packet()
184 call->rxtx_annotations[ix] = annotation; in rxrpc_queue_packet()
186 call->rxtx_buffer[ix] = skb; in rxrpc_queue_packet()
187 call->tx_top = seq; in rxrpc_queue_packet()
189 trace_rxrpc_transmit(call, rxrpc_transmit_queue_last); in rxrpc_queue_packet()
191 trace_rxrpc_transmit(call, rxrpc_transmit_queue); in rxrpc_queue_packet()
193 if (last || call->state == RXRPC_CALL_SERVER_ACK_REQUEST) { in rxrpc_queue_packet()
195 write_lock_bh(&call->state_lock); in rxrpc_queue_packet()
196 switch (call->state) { in rxrpc_queue_packet()
198 call->state = RXRPC_CALL_CLIENT_AWAIT_REPLY; in rxrpc_queue_packet()
199 rxrpc_notify_end_tx(rx, call, notify_end_tx); in rxrpc_queue_packet()
202 call->state = RXRPC_CALL_SERVER_SEND_REPLY; in rxrpc_queue_packet()
204 WRITE_ONCE(call->ack_at, now + MAX_JIFFY_OFFSET); in rxrpc_queue_packet()
205 if (call->ackr_reason == RXRPC_ACK_DELAY) in rxrpc_queue_packet()
206 call->ackr_reason = 0; in rxrpc_queue_packet()
207 trace_rxrpc_timer(call, rxrpc_timer_init_for_send_reply, now); in rxrpc_queue_packet()
212 call->state = RXRPC_CALL_SERVER_AWAIT_ACK; in rxrpc_queue_packet()
213 rxrpc_notify_end_tx(rx, call, notify_end_tx); in rxrpc_queue_packet()
218 write_unlock_bh(&call->state_lock); in rxrpc_queue_packet()
221 if (seq == 1 && rxrpc_is_client_call(call)) in rxrpc_queue_packet()
222 rxrpc_expose_client_call(call); in rxrpc_queue_packet()
224 ret = rxrpc_send_data_packet(call, skb, false); in rxrpc_queue_packet()
230 rxrpc_set_call_completion(call, in rxrpc_queue_packet()
236 rxrpc_instant_resend(call, ix); in rxrpc_queue_packet()
240 if (call->peer->rtt_usage > 1) in rxrpc_queue_packet()
241 resend_at = nsecs_to_jiffies(call->peer->rtt * 3 / 2); in rxrpc_queue_packet()
248 WRITE_ONCE(call->resend_at, resend_at); in rxrpc_queue_packet()
249 rxrpc_reduce_call_timer(call, resend_at, now, in rxrpc_queue_packet()
264 struct rxrpc_call *call, in rxrpc_send_data() argument
285 if (call->tx_total_len != -1) { in rxrpc_send_data()
286 if (len > call->tx_total_len) in rxrpc_send_data()
288 if (!more && len != call->tx_total_len) in rxrpc_send_data()
292 skb = call->tx_pending; in rxrpc_send_data()
293 call->tx_pending = NULL; in rxrpc_send_data()
299 if (call->ackr_reason == RXRPC_ACK_PING_RESPONSE) in rxrpc_send_data()
300 rxrpc_send_ack_packet(call, false, NULL); in rxrpc_send_data()
307 if (call->tx_top - call->tx_hard_ack >= in rxrpc_send_data()
308 min_t(unsigned int, call->tx_winsize, in rxrpc_send_data()
309 call->cong_cwnd + call->cong_extra)) { in rxrpc_send_data()
313 ret = rxrpc_wait_for_tx_window(rx, call, in rxrpc_send_data()
321 max -= call->conn->security_size; in rxrpc_send_data()
322 max &= ~(call->conn->size_align - 1UL); in rxrpc_send_data()
328 space = chunk + call->conn->size_align; in rxrpc_send_data()
329 space &= ~(call->conn->size_align - 1UL); in rxrpc_send_data()
331 size = space + call->conn->security_size; in rxrpc_send_data()
347 _debug("HS: %u", call->conn->security_size); in rxrpc_send_data()
348 skb_reserve(skb, call->conn->security_size); in rxrpc_send_data()
349 skb->len += call->conn->security_size; in rxrpc_send_data()
385 if (call->tx_total_len != -1) in rxrpc_send_data()
386 call->tx_total_len -= copy; in rxrpc_send_data()
392 struct rxrpc_connection *conn = call->conn; in rxrpc_send_data()
406 seq = call->tx_top + 1; in rxrpc_send_data()
414 else if (call->tx_top - call->tx_hard_ack < in rxrpc_send_data()
415 call->tx_winsize) in rxrpc_send_data()
419 call, skb, skb->mark, skb->head); in rxrpc_send_data()
423 rxrpc_queue_packet(rx, call, skb, in rxrpc_send_data()
434 if (call->state == RXRPC_CALL_COMPLETE) { in rxrpc_send_data()
435 ret = call->error; in rxrpc_send_data()
443 call->tx_pending = skb; in rxrpc_send_data()
485 p->call.user_call_ID = *(u32 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
489 p->call.user_call_ID = *(unsigned long *) in rxrpc_sendmsg_cmsg()
527 if (p->call.tx_total_len != -1 || len != sizeof(__s64)) in rxrpc_sendmsg_cmsg()
529 p->call.tx_total_len = *(__s64 *)CMSG_DATA(cmsg); in rxrpc_sendmsg_cmsg()
530 if (p->call.tx_total_len < 0) in rxrpc_sendmsg_cmsg()
537 memcpy(&p->call.timeouts, CMSG_DATA(cmsg), len); in rxrpc_sendmsg_cmsg()
538 p->call.nr_timeouts = len / 4; in rxrpc_sendmsg_cmsg()
539 if (p->call.timeouts.hard > INT_MAX / HZ) in rxrpc_sendmsg_cmsg()
541 if (p->call.nr_timeouts >= 2 && p->call.timeouts.idle > 60 * 60 * 1000) in rxrpc_sendmsg_cmsg()
543 if (p->call.nr_timeouts >= 3 && p->call.timeouts.normal > 60 * 60 * 1000) in rxrpc_sendmsg_cmsg()
554 if (p->call.tx_total_len != -1 && p->command != RXRPC_CMD_SEND_DATA) in rxrpc_sendmsg_cmsg()
569 __acquires(&call->user_mutex) in rxrpc_new_client_call_for_sendmsg()
572 struct rxrpc_call *call; in rxrpc_new_client_call_for_sendmsg() local
595 call = rxrpc_new_client_call(rx, &cp, srx, &p->call, GFP_KERNEL, in rxrpc_new_client_call_for_sendmsg()
600 _leave(" = %p\n", call); in rxrpc_new_client_call_for_sendmsg()
601 return call; in rxrpc_new_client_call_for_sendmsg()
611 __releases(&call->user_mutex) in rxrpc_do_sendmsg()
614 struct rxrpc_call *call; in rxrpc_do_sendmsg() local
619 .call.tx_total_len = -1, in rxrpc_do_sendmsg()
620 .call.user_call_ID = 0, in rxrpc_do_sendmsg()
621 .call.nr_timeouts = 0, in rxrpc_do_sendmsg()
638 call = rxrpc_accept_call(rx, p.call.user_call_ID, NULL); in rxrpc_do_sendmsg()
640 if (IS_ERR(call)) in rxrpc_do_sendmsg()
641 return PTR_ERR(call); in rxrpc_do_sendmsg()
646 call = rxrpc_find_call_by_user_ID(rx, p.call.user_call_ID); in rxrpc_do_sendmsg()
647 if (!call) { in rxrpc_do_sendmsg()
651 call = rxrpc_new_client_call_for_sendmsg(rx, msg, &p); in rxrpc_do_sendmsg()
653 if (IS_ERR(call)) in rxrpc_do_sendmsg()
654 return PTR_ERR(call); in rxrpc_do_sendmsg()
657 switch (READ_ONCE(call->state)) { in rxrpc_do_sendmsg()
669 ret = mutex_lock_interruptible(&call->user_mutex); in rxrpc_do_sendmsg()
676 if (p.call.tx_total_len != -1) { in rxrpc_do_sendmsg()
678 if (call->tx_total_len != -1 || in rxrpc_do_sendmsg()
679 call->tx_pending || in rxrpc_do_sendmsg()
680 call->tx_top != 0) in rxrpc_do_sendmsg()
682 call->tx_total_len = p.call.tx_total_len; in rxrpc_do_sendmsg()
686 switch (p.call.nr_timeouts) { in rxrpc_do_sendmsg()
688 j = msecs_to_jiffies(p.call.timeouts.normal); in rxrpc_do_sendmsg()
689 if (p.call.timeouts.normal > 0 && j == 0) in rxrpc_do_sendmsg()
691 WRITE_ONCE(call->next_rx_timo, j); in rxrpc_do_sendmsg()
694 j = msecs_to_jiffies(p.call.timeouts.idle); in rxrpc_do_sendmsg()
695 if (p.call.timeouts.idle > 0 && j == 0) in rxrpc_do_sendmsg()
697 WRITE_ONCE(call->next_req_timo, j); in rxrpc_do_sendmsg()
700 if (p.call.timeouts.hard > 0) { in rxrpc_do_sendmsg()
701 j = msecs_to_jiffies(p.call.timeouts.hard); in rxrpc_do_sendmsg()
704 WRITE_ONCE(call->expect_term_by, j); in rxrpc_do_sendmsg()
705 rxrpc_reduce_call_timer(call, j, now, in rxrpc_do_sendmsg()
711 state = READ_ONCE(call->state); in rxrpc_do_sendmsg()
713 call->debug_id, call->user_call_ID, state, call->conn); in rxrpc_do_sendmsg()
720 if (rxrpc_abort_call("CMD", call, 0, p.abort_code, -ECONNABORTED)) in rxrpc_do_sendmsg()
721 ret = rxrpc_send_abort_packet(call); in rxrpc_do_sendmsg()
724 } else if (rxrpc_is_client_call(call) && in rxrpc_do_sendmsg()
728 } else if (rxrpc_is_service_call(call) && in rxrpc_do_sendmsg()
734 ret = rxrpc_send_data(rx, call, msg, len, NULL); in rxrpc_do_sendmsg()
738 mutex_unlock(&call->user_mutex); in rxrpc_do_sendmsg()
740 rxrpc_put_call(call, rxrpc_call_put); in rxrpc_do_sendmsg()
762 int rxrpc_kernel_send_data(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_send_data() argument
768 _enter("{%d,%s},", call->debug_id, rxrpc_call_states[call->state]); in rxrpc_kernel_send_data()
773 mutex_lock(&call->user_mutex); in rxrpc_kernel_send_data()
776 call->debug_id, call->user_call_ID, call->state, call->conn); in rxrpc_kernel_send_data()
778 switch (READ_ONCE(call->state)) { in rxrpc_kernel_send_data()
782 ret = rxrpc_send_data(rxrpc_sk(sock->sk), call, msg, len, in rxrpc_kernel_send_data()
786 read_lock_bh(&call->state_lock); in rxrpc_kernel_send_data()
787 ret = call->error; in rxrpc_kernel_send_data()
788 read_unlock_bh(&call->state_lock); in rxrpc_kernel_send_data()
792 trace_rxrpc_rx_eproto(call, 0, tracepoint_string("late_send")); in rxrpc_kernel_send_data()
797 mutex_unlock(&call->user_mutex); in rxrpc_kernel_send_data()
814 bool rxrpc_kernel_abort_call(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_abort_call() argument
819 _enter("{%d},%d,%d,%s", call->debug_id, abort_code, error, why); in rxrpc_kernel_abort_call()
821 mutex_lock(&call->user_mutex); in rxrpc_kernel_abort_call()
823 aborted = rxrpc_abort_call(why, call, 0, abort_code, error); in rxrpc_kernel_abort_call()
825 rxrpc_send_abort_packet(call); in rxrpc_kernel_abort_call()
827 mutex_unlock(&call->user_mutex); in rxrpc_kernel_abort_call()
844 void rxrpc_kernel_set_tx_length(struct socket *sock, struct rxrpc_call *call, in rxrpc_kernel_set_tx_length() argument
847 WARN_ON(call->tx_total_len != -1); in rxrpc_kernel_set_tx_length()
848 call->tx_total_len = tx_total_len; in rxrpc_kernel_set_tx_length()