| /Linux-v5.4/net/ipv4/ | 
| D | tcp_cong.c | 394 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked)  in tcp_slow_start()408 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked)  in tcp_cong_avoid_ai()
 434 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_reno_cong_avoid()
 
 | 
| D | tcp_scalable.c | 19 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_scalable_cong_avoid()
 | 
| D | tcp_illinois.c | 52 	u16	acked;		/* # packets acked by current ACK */  member260 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_illinois_cong_avoid()
 
 | 
| D | tcp_highspeed.c | 112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in hstcp_cong_avoid()
 | 
| D | tcp_cubic.c | 225 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked)  in bictcp_update()335 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in bictcp_cong_avoid()
 
 | 
| D | tcp_hybla.c | 90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in hybla_cong_avoid()
 | 
| D | tcp_vegas.c | 165 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_vegas_cong_avoid()
 | 
| D | tcp_yeah.c | 72 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_yeah_cong_avoid()
 | 
| D | tcp_veno.c | 119 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_veno_cong_avoid()
 | 
| D | tcp_bic.c | 140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in bictcp_cong_avoid()
 | 
| D | tcp_lp.c | 119 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 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()
 | 
| D | tcp_nv.c | 181 static void tcpnv_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcpnv_cong_avoid()
 | 
| D | tcp_cdg.c | 262 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked)  in tcp_cdg_cong_avoid()
 | 
| D | tcp_bbr.c | 477 	struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd)  in bbr_set_cwnd_to_recover_or_restore()516 			 u32 acked, u32 bw, int gain)  in bbr_set_cwnd()
 
 | 
| /Linux-v5.4/net/mac80211/ | 
| D | status.c | 626 				     bool acked, bool dropped)  in ieee80211_report_ack_skb()674 	bool acked = info->flags & IEEE80211_TX_STAT_ACK;  in ieee80211_report_used_skb()  local
 876 	bool acked;  in __ieee80211_tx_status()  local
 1103 	bool acked, noack_success;  in ieee80211_tx_status_ext()  local
 
 | 
| D | mesh_ps.c | 534 				    bool tx, bool acked)  in ieee80211_mpsp_trigger_process()
 | 
| /Linux-v5.4/drivers/net/arcnet/ | 
| D | capmode.c | 185 static int ack_tx(struct net_device *dev, int acked)  in ack_tx()
 | 
| /Linux-v5.4/net/tipc/ | 
| D | link.c | 184 	u16 acked;  member1328 static bool tipc_link_release_pkts(struct tipc_link *l, u16 acked)  in tipc_link_release_pkts()
 1400 static int tipc_link_advance_transmq(struct tipc_link *l, u16 acked, u16 gap,  in tipc_link_advance_transmq()
 2225 void tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked,  in tipc_link_bc_ack_rcv()
 2269 	u16 acked = msg_bcast_ack(hdr);  in tipc_link_bc_nack_rcv()  local
 
 | 
| D | bcast.c | 461 	u16 acked = msg_bcast_ack(hdr);  in tipc_bcast_ack_rcv()  local
 | 
| /Linux-v5.4/drivers/net/wireless/realtek/rtw88/ | 
| D | tx.c | 182 				    struct sk_buff *skb, bool acked)  in rtw_tx_report_tx_status()
 | 
| /Linux-v5.4/net/dccp/ccids/ | 
| D | ccid3.c | 357 	struct tfrc_tx_hist_entry *acked;  in ccid3_hc_tx_packet_recv()  local
 | 
| /Linux-v5.4/drivers/net/wireless/broadcom/b43legacy/ | 
| D | xmit.h | 102 	u8 acked;	/* Wireless ACK received */  member
 | 
| /Linux-v5.4/drivers/usb/musb/ | 
| D | cppi_dma.c | 1008 	bool				acked = false;  in cppi_rx_scan()  local
 | 
| /Linux-v5.4/include/net/ | 
| D | inet_sock.h | 88 				acked	   : 1,  member
 |