/net/ipv4/ |
D | tcp_scalable.c | 18 static void tcp_scalable_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_scalable_cong_avoid()
|
D | tcp_highspeed.c | 111 static void hstcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hstcp_cong_avoid()
|
D | tcp_hybla.c | 89 static void hybla_cong_avoid(struct sock *sk, u32 ack, u32 acked) in hybla_cong_avoid()
|
D | tcp_vegas.c | 164 static void tcp_vegas_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_vegas_cong_avoid()
|
D | tcp_yeah.c | 71 static void tcp_yeah_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_yeah_cong_avoid()
|
D | tcp_veno.c | 118 static void tcp_veno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_veno_cong_avoid()
|
D | tcp_bic.c | 141 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
|
D | tcp_lp.c | 118 static void tcp_lp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_lp_cong_avoid()
|
D | tcp_illinois.c | 259 static void tcp_illinois_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_illinois_cong_avoid()
|
D | tcp_cong.c | 415 void tcp_reno_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_reno_cong_avoid()
|
D | tcp_input.c | 3010 static void tcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cong_avoid() 3343 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() 3367 const u32 ack, const u32 ack_seq, in tcp_may_update_window() 3376 static void tcp_snd_una_update(struct tcp_sock *tp, u32 ack) in tcp_snd_una_update() 3404 static int tcp_ack_update_window(struct sock *sk, const struct sk_buff *skb, u32 ack, in tcp_ack_update_window() 3535 static void tcp_process_tlp_ack(struct sock *sk, u32 ack, int flag) in tcp_process_tlp_ack() 3601 u32 ack = TCP_SKB_CB(skb)->ack_seq; in tcp_ack() local 4001 u32 ack = TCP_SKB_CB(skb)->ack_seq; in tcp_disordered_ack() local
|
D | tcp_htcp.c | 231 static void htcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in htcp_cong_avoid()
|
D | tcp_nv.c | 149 static void tcpnv_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcpnv_cong_avoid()
|
D | tcp_cdg.c | 260 static void tcp_cdg_cong_avoid(struct sock *sk, u32 ack, u32 acked) in tcp_cdg_cong_avoid()
|
D | tcp_cubic.c | 336 static void bictcp_cong_avoid(struct sock *sk, u32 ack, u32 acked) in bictcp_cong_avoid()
|
/net/rds/ |
D | send.c | 458 static inline int rds_send_is_acked(struct rds_message *rm, u64 ack, in rds_send_is_acked() 661 void rds_send_path_drop_acked(struct rds_conn_path *cp, u64 ack, in rds_send_path_drop_acked() 689 void rds_send_drop_acked(struct rds_connection *conn, u64 ack, in rds_send_drop_acked()
|
D | tcp_send.c | 179 static int rds_tcp_is_acked(struct rds_message *rm, uint64_t ack) in rds_tcp_is_acked()
|
/net/sctp/ |
D | associola.c | 1637 struct sctp_chunk *ack; in sctp_assoc_free_asconf_acks() local 1650 struct sctp_chunk *ack; in sctp_assoc_clean_asconf_ack_cache() local 1672 struct sctp_chunk *ack; in sctp_assoc_lookup_asconf_ack() local
|
/net/decnet/ |
D | dn_nsp_in.c | 100 static void dn_ack(struct sock *sk, struct sk_buff *skb, unsigned short ack) in dn_ack() 140 unsigned short ack; in dn_process_ack() local
|
D | dn_nsp_out.c | 384 struct sk_buff *skb2, *n, *ack = NULL; in dn_nsp_check_xmit_queue() local
|
/net/rxrpc/ |
D | input.c | 429 u8 ack = 0, flags, annotation = 0; in rxrpc_input_data() local 753 struct rxrpc_ackpacket ack; in rxrpc_input_ack() member
|
D | conn_event.c | 40 struct rxrpc_ackpacket ack; in rxrpc_conn_retransmit_call() member
|
D | output.c | 24 struct rxrpc_ackpacket ack; member
|
/net/tipc/ |
D | link.c | 355 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer() local 884 u16 ack = l->rcv_nxt - 1; in tipc_link_xmit() local 957 u16 ack = l->rcv_nxt - 1; in tipc_link_advance_backlog() local 1000 u16 ack = l->rcv_nxt - 1; in tipc_link_retrans() local 1431 u16 ack = msg_ack(hdr); in tipc_link_proto_rcv() local 1554 u16 ack = l->rcv_nxt - 1; in tipc_link_build_bc_proto_msg() local
|
/net/ipv6/ |
D | tcp_ipv6.c | 759 u32 ack, u32 win, u32 tsval, u32 tsecr, in tcp_v6_send_response() 933 u32 ack, u32 win, u32 tsval, u32 tsecr, int oif, in tcp_v6_send_ack()
|