/linux-4.1.27/net/ipv4/ |
D | tcp_cong.c | 366 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()
|
D | tcp_illinois.c | 51 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()
|
D | tcp_cubic.c | 226 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()
|
D | tcp_vegas.c | 164 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()
|
D | tcp_veno.c | 117 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()
|
D | tcp_scalable.c | 18 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()
|
D | tcp_highspeed.c | 111 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()
|
D | tcp_hybla.c | 89 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()
|
D | tcp_bic.c | 141 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()
|
D | tcp_yeah.c | 70 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()
|
D | tcp_lp.c | 118 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()
|
D | tcp_htcp.c | 231 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()
|
D | tcp_input.c | 1881 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 …]
|
D | tcp_minisocks.c | 745 inet_rsk(req)->acked = 1; in tcp_check_req() 769 inet_rsk(req)->acked = 1; in tcp_check_req()
|
D | inet_connection_sock.c | 547 (!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/ |
D | status.c | 437 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 …]
|
D | mesh_ps.c | 537 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()
|
D | mesh.h | 255 bool tx, bool acked);
|
D | ieee80211_i.h | 1518 __le16 fc, bool acked);
|
D | mlme.c | 3803 __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/ |
D | bcast.c | 190 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 …]
|
D | bcast.h | 120 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked);
|
D | node.h | 83 u32 acked; member
|
D | node.c | 365 n_ptr->bclink.acked = tipc_bclink_get_last_sent(n_ptr->net); in node_established_contact()
|
D | link.c | 847 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/ |
D | capmode.c | 186 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/ |
D | virtio_balloon.c | 59 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/ |
D | ccid3.c | 370 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/ |
D | xmit.h | 101 u8 acked; /* Wireless ACK received */ member
|
D | xmit.c | 594 if (!status->acked) in b43legacy_handle_txstatus() 627 status.acked = !!(tmp & 0x02); in b43legacy_handle_hwtxstatus()
|
D | debugfs.c | 172 stat->acked); in txstat_read_file()
|
D | pio.c | 514 if (status->acked) in b43legacy_pio_handle_txstatus()
|
D | dma.c | 1239 if (status->acked) in b43legacy_dma_handle_txstatus()
|
D | main.c | 755 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
|
/linux-4.1.27/include/linux/ |
D | arcdevice.h | 201 int (*ack_tx) (struct net_device * dev, int acked);
|
D | skbuff.h | 2927 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked);
|
/linux-4.1.27/include/net/ |
D | inet_sock.h | 93 acked : 1, member
|
D | tcp.h | 822 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);
|
D | cfg80211.h | 4838 u64 cookie, bool acked, gfp_t gfp);
|
/linux-4.1.27/net/dccp/ |
D | minisocks.c | 254 inet_rsk(req)->acked = 0; in dccp_reqsk_init()
|
D | output.c | 412 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/ |
D | apic.c | 1214 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/ |
D | slave-interface | 84 '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/ |
D | xmit.h | 222 u8 acked; /* Wireless ACK received */ member
|
D | xmit.c | 860 if (!status->acked) in b43_handle_txstatus() 893 if (status->acked) { in b43_fill_txstatus_report()
|
D | debugfs.c | 395 stat->acked); in txstat_read_file()
|
D | main.c | 1360 stat.acked = !!(tmp & 0x0002); in handle_irq_transmit_status()
|
/linux-4.1.27/drivers/usb/musb/ |
D | cppi_dma.c | 1009 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/ |
D | txrx.c | 1329 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/ |
D | design_notes.txt | 30 * Write requests are replicated to multiple servers and completed only when all of them are acked.
|
/linux-4.1.27/net/llc/ |
D | llc_c_ac.c | 1173 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/ |
D | trace.h | 2498 bool acked), 2499 TP_ARGS(netdev, addr, cookie, acked), 2504 __field(bool, acked) 2510 __entry->acked = acked; 2514 BOOL_TO_STR(__entry->acked))
|
D | nl80211.c | 12471 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/ |
D | w1.netlink | 129 structure) will be 'acked' by the w1 core. Format of the reply is the same
|
/linux-4.1.27/Documentation/crypto/ |
D | async-tx-api.txt | 83 recycle (or free) the descriptor. A descriptor can be acked by one of the
|
/linux-4.1.27/Documentation/networking/ |
D | rds.txt | 213 acked.
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 3752 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/ |
D | aic79xx.seq | 1718 * some overrun bytes into the data FIFO and acked them 1885 * already seen and acked (REQINIT never comes true).
|
D | aic7xxx.seq | 1043 * the data FIFO and acked them on the bus. The only
|