Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 59 of 59) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_cong.c366 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() argument
368 u32 cwnd = tp->snd_cwnd + acked; in tcp_slow_start()
372 acked -= cwnd - tp->snd_cwnd; in tcp_slow_start()
375 return acked; in tcp_slow_start()
382 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() argument
390 tp->snd_cwnd_cnt += acked; in tcp_cong_avoid_ai()
408 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_cong_avoid() argument
417 acked = tcp_slow_start(tp, acked); in tcp_reno_cong_avoid()
418 if (!acked) in tcp_reno_cong_avoid()
422 tcp_cong_avoid_ai(tp, tp->snd_cwnd, acked); in tcp_reno_cong_avoid()
Dtcp_illinois.c51 u16 acked; /* # packets acked by current ACK */ member
77 ca->acked = 0; in tcp_illinois_init()
89 ca->acked = pkts_acked; in tcp_illinois_acked()
258 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid() argument
272 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
278 tp->snd_cwnd_cnt += ca->acked; in tcp_illinois_cong_avoid()
279 ca->acked = 1; in tcp_illinois_cong_avoid()
Dtcp_cubic.c226 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update() argument
231 ca->ack_cnt += acked; /* count the number of ACKed packets */ in bictcp_update()
249 ca->ack_cnt = acked; /* start counting */ in bictcp_update()
336 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid() argument
347 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
348 if (!acked) in bictcp_cong_avoid()
351 bictcp_update(ca, tp->snd_cwnd, acked); in bictcp_cong_avoid()
352 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
Dtcp_vegas.c164 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid() argument
170 tcp_reno_cong_avoid(sk, ack, acked); in tcp_vegas_cong_avoid()
195 tcp_reno_cong_avoid(sk, ack, acked); in tcp_vegas_cong_avoid()
245 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
285 tcp_slow_start(tp, acked); in tcp_vegas_cong_avoid()
Dtcp_veno.c117 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid() argument
123 tcp_reno_cong_avoid(sk, ack, acked); in tcp_veno_cong_avoid()
136 tcp_reno_cong_avoid(sk, ack, acked); in tcp_veno_cong_avoid()
155 tcp_slow_start(tp, acked); in tcp_veno_cong_avoid()
Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid() argument
26 tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
Dtcp_highspeed.c111 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid() argument
120 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
Dtcp_hybla.c89 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid() argument
106 tcp_reno_cong_avoid(sk, ack, acked); in hybla_cong_avoid()
Dtcp_bic.c141 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid() argument
150 tcp_slow_start(tp, acked); in bictcp_cong_avoid()
Dtcp_yeah.c70 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid() argument
79 tcp_slow_start(tp, acked); in tcp_yeah_cong_avoid()
Dtcp_lp.c118 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid() argument
123 tcp_reno_cong_avoid(sk, ack, acked); in tcp_lp_cong_avoid()
Dtcp_htcp.c231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid() argument
240 tcp_slow_start(tp, acked); in htcp_cong_avoid()
Dtcp_input.c1881 static void tcp_remove_reno_sacks(struct sock *sk, int acked) in tcp_remove_reno_sacks() argument
1885 if (acked > 0) { in tcp_remove_reno_sacks()
1887 if (acked - 1 >= tp->sacked_out) in tcp_remove_reno_sacks()
1890 tp->sacked_out -= acked - 1; in tcp_remove_reno_sacks()
1892 tcp_check_reno_reordering(sk, acked); in tcp_remove_reno_sacks()
2744 static bool tcp_try_undo_partial(struct sock *sk, const int acked, in tcp_try_undo_partial() argument
2753 tcp_update_reordering(sk, tcp_fackets_out(tp) + acked, 1); in tcp_try_undo_partial()
2788 static void tcp_fastretrans_alert(struct sock *sk, const int acked, in tcp_fastretrans_alert() argument
2848 if (tcp_try_undo_partial(sk, acked, prior_unsacked)) in tcp_fastretrans_alert()
2955 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cong_avoid() argument
[all …]
Dtcp_minisocks.c745 inet_rsk(req)->acked = 1; in tcp_check_req()
769 inet_rsk(req)->acked = 1; in tcp_check_req()
Dinet_connection_sock.c547 (!inet_rsk(req)->acked || req->num_timeout >= max_retries); in syn_ack_recalc()
553 *resend = !inet_rsk(req)->acked || in syn_ack_recalc()
657 inet_rsk(req)->acked)) { in reqsk_timer_handler()
/linux-4.1.27/net/mac80211/
Dstatus.c437 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local
440 acked = false; in ieee80211_report_used_skb()
480 acked); in ieee80211_report_used_skb()
484 cookie, acked, GFP_ATOMIC); in ieee80211_report_used_skb()
487 skb->len, acked, GFP_ATOMIC); in ieee80211_report_used_skb()
508 skb_complete_wifi_ack(ack_skb, acked); in ieee80211_report_used_skb()
599 bool acked, noack_success; in ieee80211_tx_status_noskb() local
605 acked = !!(info->flags & IEEE80211_TX_STAT_ACK); in ieee80211_tx_status_noskb()
613 if (!acked) in ieee80211_tx_status_noskb()
617 if (acked) { in ieee80211_tx_status_noskb()
[all …]
Dmesh_ps.c537 bool tx, bool acked) in ieee80211_mpsp_trigger_process() argument
543 if (rspi && acked) in ieee80211_mpsp_trigger_process()
548 else if (acked && in ieee80211_mpsp_trigger_process()
Dmesh.h255 bool tx, bool acked);
Dieee80211_i.h1518 __le16 fc, bool acked);
Dmlme.c3803 __le16 fc, bool acked) in ieee80211_mgd_conn_tx_status() argument
3808 sdata->u.mgd.status_acked = acked; in ieee80211_mgd_conn_tx_status()
/linux-4.1.27/net/tipc/
Dbcast.c190 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked) in tipc_bclink_acknowledge() argument
208 if (acked == INVALID_LINK_SEQ) { in tipc_bclink_acknowledge()
215 acked = tn->bcl->fsm_msg_cnt; in tipc_bclink_acknowledge()
217 acked = tn->bcl->next_out_no; in tipc_bclink_acknowledge()
223 if (less(acked, buf_seqno(skb)) || in tipc_bclink_acknowledge()
224 less(tn->bcl->fsm_msg_cnt, acked) || in tipc_bclink_acknowledge()
225 less_eq(acked, n_ptr->bclink.acked)) in tipc_bclink_acknowledge()
231 if (more(buf_seqno(skb), n_ptr->bclink.acked)) in tipc_bclink_acknowledge()
237 if (more(buf_seqno(skb), acked)) in tipc_bclink_acknowledge()
247 n_ptr->bclink.acked = acked; in tipc_bclink_acknowledge()
[all …]
Dbcast.h120 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked);
Dnode.h83 u32 acked; member
Dnode.c365 n_ptr->bclink.acked = tipc_bclink_get_last_sent(n_ptr->net); in node_established_contact()
Dlink.c847 msg_set_last_bcast(msg, link->owner->bclink.acked); in tipc_link_sync_xmit()
945 n_ptr->bclink.acked); in link_retransmit_failure()
1099 if (unlikely(n_ptr->bclink.acked != msg_bcast_ack(msg))) in tipc_rcv()
/linux-4.1.27/drivers/net/arcnet/
Dcapmode.c186 static int ack_tx(struct net_device *dev, int acked) in ack_tx() argument
194 lp->outgoing.skb->protocol, acked); in ack_tx()
215 ackpkt->soft.cap.mes.ack=acked; in ack_tx()
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c59 wait_queue_head_t acked; member
110 wake_up(&vb->acked); in balloon_ack()
125 wait_event(vb->acked, virtqueue_get_buf(vq, &len)); in tell_host()
501 init_waitqueue_head(&vb->acked); in virtballoon_probe()
/linux-4.1.27/net/dccp/ccids/
Dccid3.c370 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv() local
387 acked = tfrc_tx_hist_find_entry(hc->tx_hist, dccp_hdr_ack_seq(skb)); in ccid3_hc_tx_packet_recv()
388 if (acked == NULL) in ccid3_hc_tx_packet_recv()
391 tfrc_tx_hist_purge(&acked->next); in ccid3_hc_tx_packet_recv()
395 r_sample = dccp_sample_rtt(sk, ktime_us_delta(now, acked->stamp)); in ccid3_hc_tx_packet_recv()
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dxmit.h101 u8 acked; /* Wireless ACK received */ member
Dxmit.c594 if (!status->acked) in b43legacy_handle_txstatus()
627 status.acked = !!(tmp & 0x02); in b43legacy_handle_hwtxstatus()
Ddebugfs.c172 stat->acked); in txstat_read_file()
Dpio.c514 if (status->acked) in b43legacy_pio_handle_txstatus()
Ddma.c1239 if (status->acked) in b43legacy_dma_handle_txstatus()
Dmain.c755 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
/linux-4.1.27/include/linux/
Darcdevice.h201 int (*ack_tx) (struct net_device * dev, int acked);
Dskbuff.h2927 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked);
/linux-4.1.27/include/net/
Dinet_sock.h93 acked : 1, member
Dtcp.h822 void (*cong_avoid)(struct sock *sk, u32 ack, u32 acked);
853 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked);
854 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked);
857 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked);
Dcfg80211.h4838 u64 cookie, bool acked, gfp_t gfp);
/linux-4.1.27/net/dccp/
Dminisocks.c254 inet_rsk(req)->acked = 0; in dccp_reqsk_init()
Doutput.c412 if (inet_rsk(req)->acked) /* increase GSS upon retransmission */ in dccp_make_response()
440 inet_rsk(req)->acked = 1; in dccp_make_response()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c1214 int i, j, acked = 0; in setup_local_APIC() local
1292 acked++; in setup_local_APIC()
1296 if (acked > 256) { in setup_local_APIC()
1298 acked); in setup_local_APIC()
/linux-4.1.27/Documentation/i2c/
Dslave-interface84 'ret': 0 if the byte should be acked, some errno if the byte should be nacked
96 'val'. Important: This does not mean that the previous byte has been acked, it
/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.h222 u8 acked; /* Wireless ACK received */ member
Dxmit.c860 if (!status->acked) in b43_handle_txstatus()
893 if (status->acked) { in b43_fill_txstatus_report()
Ddebugfs.c395 stat->acked); in txstat_read_file()
Dmain.c1360 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
/linux-4.1.27/drivers/usb/musb/
Dcppi_dma.c1009 bool acked = false; in cppi_rx_scan() local
1070 acked = true; in cppi_rx_scan()
1087 if (!acked && last) { in cppi_rx_scan()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c1329 static inline void wil_consume_skb(struct sk_buff *skb, bool acked) in wil_consume_skb() argument
1332 skb_complete_wifi_ack(skb, acked); in wil_consume_skb()
1334 acked ? dev_consume_skb_any(skb) : dev_kfree_skb_any(skb); in wil_consume_skb()
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt30 * Write requests are replicated to multiple servers and completed only when all of them are acked.
/linux-4.1.27/net/llc/
Dllc_c_ac.c1173 int acked; in llc_conn_ac_upd_nr_received() local
1179 acked = llc_conn_remove_acked_pdus(sk, llc->last_nr, &unacked); in llc_conn_ac_upd_nr_received()
1181 if (acked > 0 || (llc->dev->flags & IFF_LOOPBACK)) { in llc_conn_ac_upd_nr_received()
/linux-4.1.27/net/wireless/
Dtrace.h2498 bool acked),
2499 TP_ARGS(netdev, addr, cookie, acked),
2504 __field(bool, acked)
2510 __entry->acked = acked;
2514 BOOL_TO_STR(__entry->acked))
Dnl80211.c12471 u64 cookie, bool acked, gfp_t gfp) in cfg80211_probe_status() argument
12478 trace_cfg80211_probe_status(dev, addr, cookie, acked); in cfg80211_probe_status()
12495 (acked && nla_put_flag(msg, NL80211_ATTR_ACK))) in cfg80211_probe_status()
/linux-4.1.27/Documentation/w1/
Dw1.netlink129 structure) will be 'acked' by the w1 core. Format of the reply is the same
/linux-4.1.27/Documentation/crypto/
Dasync-tx-api.txt83 recycle (or free) the descriptor. A descriptor can be acked by one of the
/linux-4.1.27/Documentation/networking/
Drds.txt213 acked.
/linux-4.1.27/net/core/
Dskbuff.c3752 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked) in skb_complete_wifi_ack() argument
3759 skb->wifi_acked = acked; in skb_complete_wifi_ack()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx.seq1718 * some overrun bytes into the data FIFO and acked them
1885 * already seen and acked (REQINIT never comes true).
Daic7xxx.seq1043 * the data FIFO and acked them on the bus. The only