Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 25 of 62) sorted by relevance

123

/linux/net/ipv4/
H A Dtcp_scalable.c18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid() argument
26 acked = tcp_slow_start(tp, acked); in tcp_scalable_cong_avoid()
27 if (!acked) in tcp_scalable_cong_avoid()
31 acked); in tcp_scalable_cong_avoid()
H A Dtcp_illinois.c52 u16 acked; /* # packets acked by current ACK */ member
78 ca->acked = 0; in tcp_illinois_init()
91 ca->acked = sample->pkts_acked; in tcp_illinois_acked()
260 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid() argument
274 tcp_slow_start(tp, acked); in tcp_illinois_cong_avoid()
280 tp->snd_cwnd_cnt += ca->acked; in tcp_illinois_cong_avoid()
281 ca->acked = 1; in tcp_illinois_cong_avoid()
H A Dtcp_bic.c140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid() argument
149 acked = tcp_slow_start(tp, acked); in bictcp_cong_avoid()
150 if (!acked) in bictcp_cong_avoid()
154 tcp_cong_avoid_ai(tp, ca->cnt, acked); in bictcp_cong_avoid()
H A Dtcp_nv.c113 * used to determine bytes acked since last
180 static void tcpnv_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcpnv_cong_avoid() argument
194 acked = tcp_slow_start(tp, acked); in tcpnv_cong_avoid()
195 if (!acked) in tcpnv_cong_avoid()
201 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
204 tcp_cong_avoid_ai(tp, cnt, acked); in tcpnv_cong_avoid()
H A Dtcp_highspeed.c112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid() argument
121 tcp_slow_start(tp, acked); in hstcp_cong_avoid()
H A Dtcp_hybla.c90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid() argument
107 tcp_reno_cong_avoid(sk, ack, acked); in hybla_cong_avoid()
H A Dtcp_lp.c117 * @acked: number of ACKed packets
123 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid()
128 tcp_reno_cong_avoid(sk, ack, acked);
121 tcp_lp_cong_avoid(struct sock * sk,u32 ack,u32 acked) tcp_lp_cong_avoid() argument
H A Dtcp_htcp.c231 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()
H A Dtcp_cdg.c262 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cdg_cong_avoid() argument
293 tcp_reno_cong_avoid(sk, ack, acked); in tcp_cdg_cong_avoid()
/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_cubic.c25 extern __u32 tcp_slow_start(struct tcp_sock *tp, __u32 acked) __ksym;
26 extern void tcp_cong_avoid_ai(struct tcp_sock *tp, __u32 w, __u32 acked) __ksym;
276 static void bictcp_update(struct bpf_bictcp *ca, __u32 cwnd, __u32 acked) in bictcp_update() argument
281 ca->ack_cnt += acked; /* count the number of ACKed packets */ in bictcp_update()
299 ca->ack_cnt = acked; /* start counting */ in bictcp_update()
390 void BPF_PROG(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() argument
401 acked = tcp_slow_start(tp, acked); in BPF_PROG()
402 if (!acked) in BPF_PROG()
405 bictcp_update(ca, tp->snd_cwnd, acked); in BPF_PROG()
406 tcp_cong_avoid_ai(tp, ca->cnt, acked); in BPF_PROG()
H A Dtcp_ca_kfunc.c26 extern void cubictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) __ksym;
52 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG()
54 cubictcp_cong_avoid(sk, ack, acked); in BPF_PROG()
51 BPF_PROG(cong_avoid,struct sock * sk,u32 ack,u32 acked) BPF_PROG() argument
H A Dbpf_dctcp.c231 extern void tcp_reno_cong_avoid(struct sock *sk, __u32 ack, __u32 acked) __ksym; in BPF_PROG()
234 void BPF_PROG(bpf_dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
236 tcp_reno_cong_avoid(sk, ack, acked);
240 BPF_PROG(bpf_dctcp_cong_avoid,struct sock * sk,__u32 ack,__u32 acked) BPF_PROG() argument
H A Dbpf_cc_cubic.c31 extern void cubictcp_cong_avoid(struct sock *sk, __u32 ack, __u32 acked) __ksym;
/linux/net/tipc/
H A Dlink.c203 u16 acked; member
259 u16 acked, u16 gap,
370 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer()
439 return l->acked; in tipc_link_acked()
824 u16 bc_acked = l->bc_rcvlink->acked; in tipc_link_timeout()
990 l->acked = 0; in tipc_link_reset()
1212 if (link_is_bc_sndlink(l) && !less(r->acked, msg_seqno(hdr))) in link_retransmit_failure()
1533 u16 acked, u16 gap, in tipc_link_advance_transmq() argument
1543 u16 nacked = acked, ngap = gap, gack_cnt = 0; in tipc_link_advance_transmq()
1547 u16 end = r->acked, start = end, offset = r->last_gap; in tipc_link_advance_transmq()
[all …]
H A Dgroup.c749 u16 acked; in tipc_group_proto_rcv() local
802 acked = msg_grp_bc_acked(hdr); in tipc_group_proto_rcv()
803 if (less_eq(acked, m->bc_acked)) in tipc_group_proto_rcv()
805 m->bc_acked = acked; in tipc_group_proto_rcv()
H A Dlink.h147 int tipc_link_bc_ack_rcv(struct tipc_link *l, u16 acked, u16 gap,
/linux/drivers/net/arcnet/
H A Dcapmode.c185 static int ack_tx(struct net_device *dev, int acked) in ack_tx() argument
193 lp->outgoing.skb->protocol, acked); in ack_tx()
213 ackpkt->soft.cap.mes.ack = acked; in ack_tx()
/linux/drivers/remoteproc/
H A Dqcom_sysmon.c125 bool acked = false; in sysmon_request_shutdown() local
149 acked = true; in sysmon_request_shutdown()
154 return acked; in sysmon_request_shutdown()
334 bool acked = false; in ssctl_request_shutdown() local
360 acked = true; in ssctl_request_shutdown()
366 return acked; in ssctl_request_shutdown()
/linux/net/dccp/ccids/
H A Dccid3.c
/linux/tools/testing/selftests/sched_ext/
H A Dnon_scx_kfunc_deny.bpf.c31 void BPF_PROG(tcp_ca_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) {} in BPF_PROG() argument
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_tx.h15 bool acked; member
/linux/net/rxrpc/
H A Drecvmsg.c117 int acked; in rxrpc_rotate_rx_window() local
142 acked = atomic_add_return(call->rx_consumed - old_consumed, in rxrpc_rotate_rx_window()
144 if (acked > 8 && in rxrpc_rotate_rx_window()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h498 u32 *acked, u32 timeout_ms);
500 int panthor_fw_glb_wait_acks(struct panthor_device *ptdev, u32 req_mask, u32 *acked,
/linux/drivers/hv/
H A Dmshv_eventfd.c50 bool acked = false; in mshv_notify_acked_gsi() local
57 acked = true; in mshv_notify_acked_gsi()
62 return acked; in mshv_notify_acked_gsi()
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.h102 u8 acked; /* Wireless ACK received */ member

123