| /linux/net/mptcp/ |
| A D | protocol.c | 1125 dfrag->data_seq = msk->write_seq; in mptcp_carve_data_frag() 1344 WRITE_ONCE(tcp_sk(ssk)->write_seq, tcp_sk(ssk)->write_seq + copy); in mptcp_sendmsg_frag() 1714 msk->snd_nxt + 1 == msk->write_seq) in __mptcp_subflow_push_pending() 1806 not_sent = msk->write_seq - msk->snd_nxt; in mptcp_send_limit() 1901 WRITE_ONCE(msk->write_seq, msk->write_seq + psize); in mptcp_sendmsg() 3004 msk->snd_nxt, msk->write_seq); in mptcp_check_send_data_fin() 3013 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in mptcp_check_send_data_fin() 3031 WRITE_ONCE(msk->write_seq, msk->write_seq + 1); in __mptcp_wr_shutdown() 3335 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in mptcp_sk_clone_init() 3336 WRITE_ONCE(msk->snd_una, msk->write_seq); in mptcp_sk_clone_init() [all …]
|
| A D | protocol.h | 271 u64 write_seq; member 873 READ_ONCE(msk->write_seq) == READ_ONCE(msk->snd_nxt); in mptcp_data_fin_enabled() 890 notsent_bytes = READ_ONCE(msk->write_seq) - READ_ONCE(msk->snd_nxt); in mptcp_stream_memory_free()
|
| A D | subflow.c | 471 WRITE_ONCE(msk->write_seq, subflow->idsn + 1); in __mptcp_sync_state() 472 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in __mptcp_sync_state()
|
| A D | sockopt.c | 973 info->mptcpi_write_seq = msk->write_seq; in mptcp_diag_fill_info()
|
| /linux/net/tls/ |
| A D | tls_device.c | 288 record->end_seq = tp->write_seq + record->len; in tls_push_record() 293 tls_device_resync_tx(sk, ctx, tp->write_seq); in tls_push_record() 1124 start_marker_record->end_seq = tcp_sk(sk)->write_seq; in tls_set_device_offload() 1155 tcp_sk(sk)->write_seq); in tls_set_device_offload() 1157 tcp_sk(sk)->write_seq, rec_seq, rc); in tls_set_device_offload()
|
| /linux/net/ipv4/ |
| A D | tcp.c | 643 answ = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_ioctl() 652 answ = READ_ONCE(tp->write_seq) - in tcp_ioctl() 667 tp->pushed_seq = tp->write_seq; in tcp_mark_push() 680 tcb->seq = tcb->end_seq = tp->write_seq; in tcp_skb_entail() 695 tp->snd_up = tp->write_seq; in tcp_mark_urg() 1287 WRITE_ONCE(tp->write_seq, tp->write_seq + copy); in tcp_sendmsg_locked() 3289 } else if (tp->snd_nxt != tp->write_seq && in tcp_disconnect() 3319 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 3322 WRITE_ONCE(tp->write_seq, seq); in tcp_disconnect() 3872 WRITE_ONCE(tp->write_seq, val); in do_tcp_setsockopt() [all …]
|
| A D | tcp_rate.c | 199 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
|
| A D | tcp_output.c | 1498 WRITE_ONCE(tp->write_seq, TCP_SKB_CB(skb)->end_seq); in tcp_queue_skb() 2476 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe() 3592 tp->write_seq++; in tcp_send_fin() 3614 tcp_init_nondata_skb(skb, tp->write_seq, in tcp_send_fin() 3931 tp->snd_una = tp->write_seq; in tcp_connect_init() 3932 tp->snd_sml = tp->write_seq; in tcp_connect_init() 3933 tp->snd_up = tp->write_seq; in tcp_connect_init() 3934 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init() 3957 WRITE_ONCE(tp->write_seq, tcb->end_seq); in tcp_connect_queue_skb() 4150 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect() [all …]
|
| A D | tcp_diag.c | 31 r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_diag_get_info()
|
| A D | tcp_ipv4.c | 190 WRITE_ONCE(tp->write_seq, seq); in tcp_twsk_unique() 285 WRITE_ONCE(tp->write_seq, 0); in tcp_v4_connect() 323 if (!tp->write_seq) in tcp_v4_connect() 324 WRITE_ONCE(tp->write_seq, in tcp_v4_connect() 2935 READ_ONCE(tp->write_seq) - tp->snd_una, 3336 u32 notsent_bytes = READ_ONCE(tp->write_seq) -
|
| A D | tcp_minisocks.c | 557 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | bpf_iter_tcp4.c | 127 tp->write_seq - tp->snd_una, rx_queue, in dump_tcp_sock()
|
| A D | bpf_iter_tcp6.c | 131 tp->tcp.write_seq - tp->tcp.snd_una, rx_queue, in dump_tcp6_sock()
|
| /linux/drivers/target/iscsi/cxgbit/ |
| A D | cxgbit.h | 223 u32 write_seq; member
|
| A D | cxgbit_target.c | 257 (!before(csk->write_seq, in cxgbit_push_tx_frames() 327 csk->write_seq += skb->len + in cxgbit_queue_skb()
|
| /linux/Documentation/networking/net_cachelines/ |
| A D | tcp_sock.rst | 109 u32 write_seq read_write - tcp_r…
|
| /linux/include/linux/ |
| A D | tcp.h | 264 u32 write_seq; /* Tail(+1) of data held in tcp send buffer */ member
|
| /linux/drivers/scsi/cxgbi/ |
| A D | libcxgbi.h | 169 u32 write_seq; member
|
| A D | libcxgbi.c | 833 csk->write_seq = csk->snd_nxt = csk->snd_una = snd_isn; in cxgbi_sock_established() 1117 cxgbi_skcb_tcp_seq(skb) = csk->write_seq; in cxgbi_sock_skb_entail() 2296 before((csk->snd_win + csk->snd_una), csk->write_seq)) { in cxgbi_sock_tx_queue_up() 2299 csk, csk->state, csk->flags, csk->tid, csk->write_seq, in cxgbi_sock_tx_queue_up() 2337 csk->write_seq += (skb->len + extra_len); in cxgbi_sock_tx_queue_up()
|
| /linux/net/ipv6/ |
| A D | tcp_ipv6.c | 210 WRITE_ONCE(tp->write_seq, 0); in tcp_v6_connect() 318 if (!tp->write_seq) in tcp_v6_connect() 319 WRITE_ONCE(tp->write_seq, in tcp_v6_connect() 2221 READ_ONCE(tp->write_seq) - tp->snd_una,
|
| /linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| A 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() 1196 tp->write_seq += copy; in chtls_sendmsg()
|
| /linux/net/rds/ |
| A D | tcp.c | 94 return tcp_sk(tc->t_sock->sk)->write_seq; in rds_tcp_write_seq()
|
| /linux/drivers/block/drbd/ |
| A D | drbd_debugfs.c | 392 answ = tp->write_seq - tp->snd_una; in in_flight_summary_show()
|
| /linux/Documentation/networking/ |
| A D | timestamping.rst | 216 The difference is due to being based on snd_una versus write_seq. 219 write_seq is the last byte written by the process. This offset is
|
| /linux/drivers/scsi/cxgbi/cxgb3i/ |
| A D | cxgb3i.c | 215 req->rsvd = htonl(csk->write_seq); in send_close_req()
|