Home
last modified time | relevance | path

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

1234

/kernel/linux/linux-5.10/net/ipv4/
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()
Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
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()
Dtcp_highspeed.c112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
Dtcp_cubic.c221 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
331 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
Dtcp_yeah.c58 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
Dtcp_hybla.c90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
Dtcp_vegas.c165 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
/kernel/linux/linux-6.6/net/ipv4/
Dtcp_cong.c457 __bpf_kfunc u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start()
471 __bpf_kfunc void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai()
497 __bpf_kfunc void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_cong_avoid()
Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
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()
Dtcp_highspeed.c112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
Dtcp_cubic.c214 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
324 __bpf_kfunc static void cubictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in cubictcp_cong_avoid()
Dtcp_yeah.c58 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
Dtcp_hybla.c90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
Dtcp_vegas.c165 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
Ddp_tx.h14 bool acked; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp_tx.h14 bool acked; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
Ddp_tx.h15 bool acked; member
/kernel/linux/linux-5.10/net/mac80211/
Dstatus.c615 bool acked, bool dropped) in ieee80211_report_ack_skb()
678 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local
893 bool acked; in __ieee80211_tx_status() local
1078 bool acked, noack_success; in ieee80211_tx_status_ext() local
/kernel/linux/linux-6.6/net/mac80211/
Dstatus.c628 bool acked, bool dropped, in ieee80211_report_ack_skb()
705 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local
932 bool acked; in __ieee80211_tx_status() local
1114 bool acked, noack_success, ack_signal_valid; in ieee80211_tx_status_ext() local
/kernel/linux/linux-5.10/drivers/net/arcnet/
Dcapmode.c185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
/kernel/linux/linux-6.6/drivers/net/arcnet/
Dcapmode.c185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
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()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dbpf_cubic.c273 __u32 acked) in bictcp_update()
387 void BPF_STRUCT_OPS(bictcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_STRUCT_OPS()

1234