/linux-4.4.14/net/ipv4/ |
D | tcp_cong.c | 377 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start() 391 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai() 417 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_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()
|
D | tcp_illinois.c | 51 u16 acked; /* # packets acked by current ACK */ member 258 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid()
|
D | tcp_highspeed.c | 111 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
|
D | tcp_cubic.c | 226 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update() 336 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
|
D | tcp_hybla.c | 89 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_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()
|
D | tcp_yeah.c | 70 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_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()
|
D | tcp_bic.c | 141 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_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()
|
D | tcp_htcp.c | 231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid()
|
D | tcp_cdg.c | 260 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cdg_cong_avoid()
|
D | tcp_input.c | 1831 static void tcp_remove_reno_sacks(struct sock *sk, int acked) in tcp_remove_reno_sacks() 2715 static bool tcp_try_undo_partial(struct sock *sk, const int acked, in tcp_try_undo_partial() 2759 static void tcp_fastretrans_alert(struct sock *sk, const int acked, in tcp_fastretrans_alert() 2995 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cong_avoid() 3524 int acked = 0; /* Number of packets newly acked */ in tcp_ack() local
|
/linux-4.4.14/net/mac80211/ |
D | status.c | 454 bool acked, bool dropped) in ieee80211_report_ack_skb() 505 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local 626 bool acked, noack_success; in ieee80211_tx_status_noskb() local 743 bool acked; in ieee80211_tx_status() local
|
D | mesh_ps.c | 537 bool tx, bool acked) in ieee80211_mpsp_trigger_process()
|
D | mlme.c | 3808 __le16 fc, bool acked) in ieee80211_mgd_conn_tx_status()
|
/linux-4.4.14/drivers/net/arcnet/ |
D | capmode.c | 185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
|
/linux-4.4.14/net/tipc/ |
D | link.c | 952 static bool tipc_link_release_pkts(struct tipc_link *l, u16 acked) in tipc_link_release_pkts() 1449 void tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, in tipc_link_bc_ack_rcv() 1490 u16 acked = msg_bcast_ack(hdr); in tipc_link_bc_nack_rcv() local
|
D | bcast.c | 250 void tipc_bcast_ack_rcv(struct net *net, struct tipc_link *l, u32 acked) in tipc_bcast_ack_rcv()
|
D | link.h | 213 u16 acked; member
|
/linux-4.4.14/drivers/virtio/ |
D | virtio_balloon.c | 59 wait_queue_head_t acked; member
|
/linux-4.4.14/net/dccp/ccids/ |
D | ccid3.c | 370 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv() local
|
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | xmit.h | 101 u8 acked; /* Wireless ACK received */ member
|
/linux-4.4.14/drivers/usb/musb/ |
D | cppi_dma.c | 1009 bool acked = false; in cppi_rx_scan() local
|
/linux-4.4.14/include/net/ |
D | inet_sock.h | 93 acked : 1, member
|
/linux-4.4.14/drivers/net/wireless/ath/wil6210/ |
D | txrx.c | 1725 static inline void wil_consume_skb(struct sk_buff *skb, bool acked) in wil_consume_skb()
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | apic.c | 1218 int i, j, acked = 0; in setup_local_APIC() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | xmit.h | 222 u8 acked; /* Wireless ACK received */ member
|
/linux-4.4.14/net/llc/ |
D | llc_c_ac.c | 1173 int acked; in llc_conn_ac_upd_nr_received() local
|
/linux-4.4.14/net/core/ |
D | skbuff.c | 3752 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked) in skb_complete_wifi_ack()
|
/linux-4.4.14/net/wireless/ |
D | nl80211.c | 12855 u64 cookie, bool acked, gfp_t gfp) in cfg80211_probe_status()
|