/linux/net/mac80211/ |
H A D | status.c | 723 if (!acked) in ieee80211_report_used_skb() local 593 ieee80211_report_ack_skb(struct ieee80211_local * local,struct sk_buff * orig_skb,bool acked,bool dropped,ktime_t ack_hwtstamp) ieee80211_report_ack_skb() argument 664 ieee80211_handle_smps_status(struct ieee80211_sub_if_data * sdata,bool acked,u16 status_data) ieee80211_handle_smps_status() argument 701 ieee80211_handle_teardown_ttlm_status(struct ieee80211_sub_if_data * sdata,bool acked) ieee80211_handle_teardown_ttlm_status() argument 962 bool acked; __ieee80211_tx_status() local 1130 bool acked, noack_success, ack_signal_valid; ieee80211_tx_status_ext() local [all...] |
H A D | mesh_ps.c | 544 bool tx, bool acked) in ieee80211_mpsp_trigger_process() argument
|
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_tx.h | 15 bool acked; member
|
/linux/net/ipv4/ |
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_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_highspeed.c | 112 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_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 | bpf_tcp_ca.c | 263 static void bpf_tcp_ca_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bpf_tcp_ca_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() argument
|
H A D | tcp_bbr.c | 481 struct sock *sk, const struct rate_sample *rs, u32 acked, u32 *new_cwnd) in bbr_set_cwnd_to_recover_or_restore() 520 u32 acked, u32 bw, int gain) in bbr_set_cwnd()
|
/linux/drivers/net/arcnet/ |
H A D | capmode.c | 185 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_kfunc.c | 51 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG()
|
H A D | bpf_cubic.c | 272 static void bictcp_update(struct bpf_bictcp *ca, __u32 cwnd, __u32 acked) in bictcp_update() 386 void BPF_PROG(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG()
|
H A D | bpf_dctcp.c | 240 void BPF_PROG(bpf_dctcp_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_PROG() argument
|
/linux/net/rxrpc/ |
H A D | recvmsg.c | 117 int acked; in rxrpc_rotate_rx_window() local
|
/linux/net/tipc/ |
H A D | link.c | 203 u16 acked; member 1536 tipc_link_advance_transmq(struct tipc_link * l,struct tipc_link * r,u16 acked,u16 gap,struct tipc_gap_ack_blks * ga,struct sk_buff_head * xmitq,bool * retransmitted,int * rc) tipc_link_advance_transmq() argument 2464 tipc_link_bc_ack_rcv(struct tipc_link * r,u16 acked,u16 gap,struct tipc_gap_ack_blks * ga,struct sk_buff_head * xmitq,struct sk_buff_head * retrq) tipc_link_bc_ack_rcv() argument 2504 u16 acked = msg_bcast_ack(hdr); tipc_link_bc_nack_rcv() local [all...] |
/linux/drivers/hv/ |
H A D | mshv_eventfd.c | 50 bool acked = false; in mshv_notify_acked_gsi() local
|
/linux/net/dccp/ccids/ |
H A D | ccid3.c |
|