/linux-4.4.14/net/ipv4/ |
D | tcp_westwood.c | 36 u32 snd_una; /* used for evaluating the number of acked bytes */ member 72 w->snd_una = tcp_sk(sk)->snd_una; in tcp_westwood_init() 125 w->snd_una = tcp_sk(sk)->snd_una; in westwood_update_window() 168 w->bk += tp->snd_una - w->snd_una; in westwood_fast_bw() 169 w->snd_una = tp->snd_una; in westwood_fast_bw() 183 w->cumul_ack = tp->snd_una - w->snd_una; in westwood_acked_count() 204 w->snd_una = tp->snd_una; in westwood_acked_count()
|
D | tcp_dctcp.c | 93 ca->prior_snd_una = tp->snd_una; in dctcp_init() 190 u32 acked_bytes = tp->snd_una - ca->prior_snd_una; in dctcp_update_alpha() 199 ca->prior_snd_una = tp->snd_una; in dctcp_update_alpha() 206 if (!before(tp->snd_una, ca->next_seq)) { in dctcp_update_alpha()
|
D | tcp_probe.c | 68 u32 snd_una; member 150 p->snd_una = tp->snd_una; in jtcp_rcv_established() 197 &p->src, &p->dst, p->length, p->snd_nxt, p->snd_una, in tcpprobe_sprint()
|
D | tcp_input.c | 734 if (after(tp->snd_una, tp->rtt_seq)) { in tcp_rtt_estimator() 1028 if (after(start_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1035 if (after(end_seq, tp->snd_una)) in tcp_is_sackblock_valid() 1172 if (!after(end_seq, tp->snd_una)) in tcp_sacktag_one() 1356 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una)) in tcp_shift_skb_data() 1433 if (!after(TCP_SKB_CB(skb)->seq + len, tp->snd_una)) in tcp_shift_skb_data() 1650 if ((TCP_SKB_CB(ack_skb)->ack_seq != tp->snd_una) && in tcp_sacktag_write_queue() 1651 !after(sp[used_sacks].end_seq, tp->snd_una)) in tcp_sacktag_write_queue() 1863 tp->undo_marker = tp->snd_una; in tcp_init_undo() 1882 !after(tp->high_seq, tp->snd_una) || in tcp_enter_loss() [all …]
|
D | tcp_diag.c | 31 r->idiag_wqueue = tp->write_seq - tp->snd_una; in tcp_diag_get_info()
|
D | tcp_recovery.c | 53 if (!after(scb->end_seq, tp->snd_una) || in tcp_rack_mark_lost()
|
D | tcp_output.c | 414 return tp->snd_una != tp->snd_up; in tcp_urg_mode() 1471 if (!before(tp->snd_una, tp->max_packets_seq) || in tcp_cwnd_validate() 1496 return after(tp->snd_sml, tp->snd_una) && in tcp_minshall_check() 2577 if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) { in __tcp_retransmit_skb() 2578 if (before(TCP_SKB_CB(skb)->end_seq, tp->snd_una)) in __tcp_retransmit_skb() 2580 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq)) in __tcp_retransmit_skb() 2595 TCP_SKB_CB(skb)->seq != tp->snd_una) in __tcp_retransmit_skb() 2729 tp->retransmit_high = tp->snd_una; in tcp_xmit_retransmit_queue() 2738 last_lost = tp->snd_una; in tcp_xmit_retransmit_queue() 3113 tp->snd_una = tp->write_seq; in tcp_connect_init() [all …]
|
D | tcp_timer.c | 397 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer() 405 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer()
|
D | tcp_ipv4.c | 367 __u32 seq, snd_una; in tcp_v4_err() local 414 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v4_err() 416 !between(seq, snd_una, tp->snd_nxt)) { in tcp_v4_err() 458 if (seq != tp->snd_una || !icsk->icsk_retransmits || in tcp_v4_err() 2199 tp->write_seq - tp->snd_una, in get_tcp4_sock()
|
D | tcp_minisocks.c | 463 newtp->snd_sml = newtp->snd_una = in tcp_create_openreq_child()
|
D | tcp.c | 586 answ = tp->write_seq - tp->snd_una; in tcp_ioctl()
|
/linux-4.4.14/drivers/infiniband/hw/nes/ |
D | nes_context.h | 61 __le32 snd_una; member
|
D | nes_cm.c | 2969 nesqp->nesqp_context->snd_una = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num); in nes_cm_init_tsa_conn()
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 806 csk->write_seq = csk->snd_nxt = csk->snd_una = snd_isn; in cxgbi_sock_established() 967 csk->snd_una = snd_nxt - 1; in cxgbi_sock_rcv_close_conn_rpl() 992 unsigned int snd_una, int seq_chk) in cxgbi_sock_rcv_wr_ack() argument 997 csk->wr_cred, csk->wr_una_cred, snd_una, seq_chk); in cxgbi_sock_rcv_wr_ack() 1032 if (unlikely(before(snd_una, csk->snd_una))) { in cxgbi_sock_rcv_wr_ack() 1034 csk, csk->state, csk->flags, csk->tid, snd_una, in cxgbi_sock_rcv_wr_ack() 1035 csk->snd_una); in cxgbi_sock_rcv_wr_ack() 1039 if (csk->snd_una != snd_una) { in cxgbi_sock_rcv_wr_ack() 1040 csk->snd_una = snd_una; in cxgbi_sock_rcv_wr_ack() 1133 if (csk->write_seq - csk->snd_una >= csk->snd_win) { in cxgbi_sock_send_pdus() [all …]
|
D | libcxgbi.h | 235 u32 snd_una; member
|
/linux-4.4.14/include/linux/ |
D | tcp.h | 169 u32 snd_una; /* First byte we want an ack for */ member
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 329 __u32 seq, snd_una; in tcp_v6_err() local 369 snd_una = fastopen ? tcp_rsk(fastopen)->snt_isn : tp->snd_una; in tcp_v6_err() 371 !between(seq, snd_una, tp->snd_nxt)) { in tcp_v6_err() 1743 tp->write_seq - tp->snd_una, in get_tcp6_sock()
|
/linux-4.4.14/net/rds/ |
D | tcp.c | 86 return tcp_sk(tc->t_sock->sk)->snd_una; in rds_tcp_snd_una()
|
/linux-4.4.14/include/net/ |
D | tcp.h | 1064 return tp->snd_una + tp->snd_wnd; in tcp_wnd_end() 1588 return tp->snd_una; in tcp_highest_sack_seq()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_msg.h | 1087 __be32 snd_una; member
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 397 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show()
|
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/ |
D | t3_cpl.h | 875 __be32 snd_una; member
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 856 cxgbi_sock_rcv_wr_ack(csk, ntohs(hdr->credits), ntohl(hdr->snd_una), 1); in do_wr_ack()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/ |
D | cnic_defs.h | 946 u32 snd_una; member 1751 u32 snd_una; member
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1269 cxgbi_sock_rcv_wr_ack(csk, rpl->credits, ntohl(rpl->snd_una), in do_fw4_ack()
|
/linux-4.4.14/net/core/ |
D | sock.c | 881 sk->sk_tskey = tcp_sk(sk)->snd_una; in sock_setsockopt()
|