Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_cong.c366 u32 tcp_slow_start(struct tcp_sock *tp, u32 acked) in tcp_slow_start()
382 void tcp_cong_avoid_ai(struct tcp_sock *tp, u32 w, u32 acked) in tcp_cong_avoid_ai()
408 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.c51 u16 acked; /* # packets acked by current ACK */ member
258 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid()
Dtcp_highspeed.c111 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
Dtcp_cubic.c226 static inline void bictcp_update(struct bictcp *ca, u32 cwnd, u32 acked) in bictcp_update()
336 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
Dtcp_hybla.c89 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
Dtcp_vegas.c164 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
Dtcp_yeah.c70 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
Dtcp_veno.c117 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
Dtcp_bic.c141 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
Dtcp_lp.c118 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid()
Dtcp_htcp.c231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid()
Dtcp_input.c1881 static void tcp_remove_reno_sacks(struct sock *sk, int acked) in tcp_remove_reno_sacks()
2744 static bool tcp_try_undo_partial(struct sock *sk, const int acked, in tcp_try_undo_partial()
2788 static void tcp_fastretrans_alert(struct sock *sk, const int acked, in tcp_fastretrans_alert()
2955 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cong_avoid()
3476 int acked = 0; /* Number of packets newly acked */ in tcp_ack() local
/linux-4.1.27/net/mac80211/
Dstatus.c437 bool acked = info->flags & IEEE80211_TX_STAT_ACK; in ieee80211_report_used_skb() local
599 bool acked, noack_success; in ieee80211_tx_status_noskb() local
662 bool acked; in ieee80211_tx_status() local
Dmesh_ps.c537 bool tx, bool acked) in ieee80211_mpsp_trigger_process()
Dmlme.c3803 __le16 fc, bool acked) in ieee80211_mgd_conn_tx_status()
/linux-4.1.27/drivers/net/arcnet/
Dcapmode.c186 static int ack_tx(struct net_device *dev, int acked) in ack_tx()
/linux-4.1.27/net/tipc/
Dnode.h83 u32 acked; member
Dbcast.c190 void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked) in tipc_bclink_acknowledge()
/linux-4.1.27/drivers/virtio/
Dvirtio_balloon.c59 wait_queue_head_t acked; member
/linux-4.1.27/net/dccp/ccids/
Dccid3.c370 struct tfrc_tx_hist_entry *acked; in ccid3_hc_tx_packet_recv() local
/linux-4.1.27/drivers/net/wireless/b43legacy/
Dxmit.h101 u8 acked; /* Wireless ACK received */ member
/linux-4.1.27/drivers/usb/musb/
Dcppi_dma.c1009 bool acked = false; in cppi_rx_scan() local
/linux-4.1.27/include/net/
Dinet_sock.h93 acked : 1, member
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dtxrx.c1329 static inline void wil_consume_skb(struct sk_buff *skb, bool acked) in wil_consume_skb()
/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c1214 int i, j, acked = 0; in setup_local_APIC() local
/linux-4.1.27/drivers/net/wireless/b43/
Dxmit.h222 u8 acked; /* Wireless ACK received */ member
/linux-4.1.27/net/llc/
Dllc_c_ac.c1173 int acked; in llc_conn_ac_upd_nr_received() local
/linux-4.1.27/net/core/
Dskbuff.c3752 void skb_complete_wifi_ack(struct sk_buff *skb, bool acked) in skb_complete_wifi_ack()
/linux-4.1.27/net/wireless/
Dnl80211.c12471 u64 cookie, bool acked, gfp_t gfp) in cfg80211_probe_status()