Home
last modified time | relevance | path

Searched defs:acked (Results 1 – 25 of 37) sorted by relevance

12

/linux/net/ipv4/
A Dtcp_cong.c396 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start()
410 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai()
436 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_cong_avoid()
A Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
A Dtcp_illinois.c52 u16 acked; /* # packets acked by current ACK */ member
260 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid()
A Dtcp_highspeed.c112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
A Dtcp_cubic.c214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
324 static void cubictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in cubictcp_cong_avoid()
A Dtcp_yeah.c58 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
A Dtcp_hybla.c90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
A Dtcp_vegas.c165 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
A Dtcp_veno.c119 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
A Dtcp_bic.c140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
A Dtcp_lp.c121 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid()
A Dtcp_htcp.c231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid()
A Dtcp_nv.c180 static void tcpnv_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcpnv_cong_avoid()
A Dtcp_cdg.c262 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cdg_cong_avoid()
A Dtcp_bbr.c480 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore()
519 u32 acked, u32 bw, int gain) in bbr_set_cwnd()
/linux/drivers/net/wireless/ath/ath11k/
A Ddp_tx.h14 bool acked; member
/linux/net/mac80211/
A Dstatus.c615 bool acked, bool dropped) in ieee80211_report_ack_skb()
674 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local
902 bool acked; in __ieee80211_tx_status() local
1105 bool acked, noack_success; in ieee80211_tx_status_ext() local
A Dmesh_ps.c539 bool tx, bool acked) in ieee80211_mpsp_trigger_process()
/linux/drivers/net/arcnet/
A Dcapmode.c185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_cubic.c267 __u32 acked) in bictcp_update()
381 void BPF_STRUCT_OPS(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_STRUCT_OPS()
A Dbpf_dctcp.c225 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
/linux/drivers/remoteproc/
A Dqcom_sysmon.c125 bool acked = false; in sysmon_request_shutdown() local
334 bool acked = false; in ssctl_request_shutdown() local
/linux/net/tipc/
A Dlink.c218 u16 acked; member
1556 u16 acked, u16 gap, in tipc_link_advance_transmq()
2472 int tipc_link_bc_ack_rcv(struct tipc_link *r, u16 acked, u16 gap, in tipc_link_bc_ack_rcv()
2512 u16 acked = msg_bcast_ack(hdr); in tipc_link_bc_nack_rcv() local
/linux/net/dccp/ccids/
A Dccid3.c362 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv() local
/linux/drivers/net/wireless/broadcom/b43legacy/
A Dxmit.h102 u8 acked; /* Wireless ACK received */ member

Completed in 43 milliseconds

12