/openbmc/linux/net/ipv4/ |
H A D | tcp_cong.c | 457 __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()
|
H A D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
|
H A D | tcp_illinois.c | 52 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()
|
H A D | tcp_highspeed.c | 112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
|
H A D | tcp_cubic.c | 214 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()
|
H A D | tcp_yeah.c | 58 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
|
H A D | tcp_hybla.c | 90 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
|
H A D | tcp_vegas.c | 165 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
|
H A D | tcp_veno.c | 119 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
|
H A D | tcp_bic.c | 140 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
|
H A D | tcp_lp.c | 121 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid()
|
H A D | tcp_htcp.c | 231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid()
|
H A D | tcp_nv.c | 180 static void tcpnv_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcpnv_cong_avoid()
|
H A D | tcp_cdg.c | 262 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cdg_cong_avoid()
|
/openbmc/linux/drivers/net/wireless/ath/ath12k/ |
H A D | dp_tx.h | 14 bool acked; member
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.h | 15 bool acked; member
|
/openbmc/linux/net/mac80211/ |
H A D | status.c | 628 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
|
H A D | mesh_ps.c | 540 bool tx, bool acked) in ieee80211_mpsp_trigger_process()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | capmode.c | 185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 267 __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()
|
H A D | bpf_dctcp.c | 234 void BPF_PROG(dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | qcom_sysmon.c | 125 bool acked = false; in sysmon_request_shutdown() local 334 bool acked = false; in ssctl_request_shutdown() local
|
/openbmc/linux/net/rxrpc/ |
H A D | recvmsg.c | 113 int acked; in rxrpc_rotate_rx_window() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | pel_types.hpp | 132 acked = 3 enumerator
|
/openbmc/linux/net/tipc/ |
H A D | link.c | 218 u16 acked; member 1557 u16 acked, u16 gap, in tipc_link_advance_transmq() 2484 int tipc_link_bc_ack_rcv(struct tipc_link *r, u16 acked, u16 gap, in tipc_link_bc_ack_rcv() 2524 u16 acked = msg_bcast_ack(hdr); in tipc_link_bc_nack_rcv() local
|