/Linux-v5.4/net/ipv4/ |
D | tcp.c | 620 answ = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_ioctl() 629 answ = READ_ONCE(tp->write_seq) - in tcp_ioctl() 643 tp->pushed_seq = tp->write_seq; in tcp_mark_push() 648 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 657 tcb->seq = tcb->end_seq = tp->write_seq; in skb_entail() 673 tp->snd_up = tp->write_seq; in tcp_mark_urg() 1040 WRITE_ONCE(tp->write_seq, tp->write_seq + copy); in do_tcp_sendpages() 1367 WRITE_ONCE(tp->write_seq, tp->write_seq + copy); in tcp_sendmsg_locked() 2578 (tp->snd_nxt != tp->write_seq && in tcp_disconnect() 2611 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() [all …]
|
D | tcp_rate.c | 188 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
|
D | tcp_output.c | 1199 WRITE_ONCE(tp->write_seq, TCP_SKB_CB(skb)->end_seq); in tcp_queue_skb() 2132 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe() 3137 tp->write_seq++; in tcp_send_fin() 3157 tcp_init_nondata_skb(skb, tp->write_seq, in tcp_send_fin() 3426 tp->snd_una = tp->write_seq; in tcp_connect_init() 3427 tp->snd_sml = tp->write_seq; in tcp_connect_init() 3428 tp->snd_up = tp->write_seq; in tcp_connect_init() 3429 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init() 3452 WRITE_ONCE(tp->write_seq, tcb->end_seq); in tcp_connect_queue_skb() 3573 tcp_init_nondata_skb(buff, tp->write_seq++, TCPHDR_SYN); in tcp_connect() [all …]
|
D | tcp_diag.c | 31 r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_diag_get_info()
|
D | tcp_ipv4.c | 171 WRITE_ONCE(tp->write_seq, seq); in tcp_twsk_unique() 258 WRITE_ONCE(tp->write_seq, 0); in tcp_v4_connect() 295 if (!tp->write_seq) in tcp_v4_connect() 296 WRITE_ONCE(tp->write_seq, in tcp_v4_connect() 2467 READ_ONCE(tp->write_seq) - tp->snd_una, in get_tcp4_sock()
|
D | tcp_minisocks.c | 503 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
|
D | tcp_input.c | 6257 if (tp->snd_una != tp->write_seq) in tcp_rcv_state_process() 6305 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process() 6312 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
|
/Linux-v5.4/net/tls/ |
D | tls_device.c | 266 record->end_seq = tp->write_seq + record->len; in tls_push_record() 271 tls_device_resync_tx(sk, ctx, tp->write_seq); in tls_push_record() 973 start_marker_record->end_seq = tcp_sk(sk)->write_seq; in tls_set_device_offload() 1023 tcp_sk(sk)->write_seq); in tls_set_device_offload()
|
/Linux-v5.4/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 224 u32 write_seq; member
|
D | cxgbit_target.c | 258 (!before(csk->write_seq, in cxgbit_push_tx_frames() 291 if (before(csk->write_seq, csk->snd_una + csk->snd_win)) in cxgbit_lock_sock() 344 csk->write_seq += skb->len + in cxgbit_queue_skb()
|
D | cxgbit_cm.c | 1628 csk->write_seq = snd_isn; in cxgbit_pass_establish()
|
/Linux-v5.4/include/linux/ |
D | tcp.h | 296 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ member
|
/Linux-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_io.c | 717 tp->snd_up = tp->write_seq; in mark_urg() 824 ULP_SKB_CB(skb)->seq = tp->write_seq; in skb_entail() 1153 tp->write_seq += copy; in chtls_sendmsg() 1267 tp->write_seq += copy; in chtls_sendpage()
|
D | chtls_cm.c | 1297 tp->write_seq = snd_isn; in make_established()
|
/Linux-v5.4/net/ipv6/ |
D | tcp_ipv6.c | 218 WRITE_ONCE(tp->write_seq, 0); in tcp_v6_connect() 313 if (!tp->write_seq) in tcp_v6_connect() 314 WRITE_ONCE(tp->write_seq, in tcp_v6_connect() 1911 READ_ONCE(tp->write_seq) - tp->snd_una, in get_tcp6_sock()
|
/Linux-v5.4/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 830 csk->write_seq = csk->snd_nxt = csk->snd_una = snd_isn; in cxgbi_sock_established() 1114 cxgbi_skcb_tcp_seq(skb) = csk->write_seq; in cxgbi_sock_skb_entail() 1162 if (csk->write_seq - csk->snd_una >= csk->snd_win) { in cxgbi_sock_send_pdus() 1165 csk, csk->state, csk->flags, csk->tid, csk->write_seq, in cxgbi_sock_send_pdus() 1195 csk->write_seq += skb->len + in cxgbi_sock_send_pdus()
|
D | libcxgbi.h | 162 u32 write_seq; member
|
/Linux-v5.4/net/rds/ |
D | tcp.c | 105 return tcp_sk(tc->t_sock->sk)->write_seq; in rds_tcp_write_seq()
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_debugfs.c | 392 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show()
|
/Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 213 req->rsvd = htonl(csk->write_seq); in send_close_req()
|
/Linux-v5.4/include/net/ |
D | tcp.h | 1920 u32 notsent_bytes = READ_ONCE(tp->write_seq) - in tcp_stream_memory_free()
|