Home
last modified time | relevance | path

Searched refs:write_seq (Results 1 – 17 of 17) sorted by relevance

/net/mptcp/
A Dprotocol.c1050 dfrag->data_seq = msk->write_seq; in mptcp_carve_data_frag()
1272 WRITE_ONCE(tcp_sk(ssk)->write_seq, tcp_sk(ssk)->write_seq + copy); in mptcp_sendmsg_frag()
1642 msk->snd_nxt + 1 == msk->write_seq) in __mptcp_subflow_push_pending()
1736 not_sent = msk->write_seq - msk->snd_nxt; in mptcp_send_limit()
1831 WRITE_ONCE(msk->write_seq, msk->write_seq + psize); in mptcp_sendmsg()
2946 msk->snd_nxt, msk->write_seq); in mptcp_check_send_data_fin()
2955 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in mptcp_check_send_data_fin()
2973 WRITE_ONCE(msk->write_seq, msk->write_seq + 1); in __mptcp_wr_shutdown()
3279 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in mptcp_sk_clone_init()
3280 WRITE_ONCE(msk->snd_una, msk->write_seq); in mptcp_sk_clone_init()
[all …]
A Dprotocol.h280 u64 write_seq; member
897 READ_ONCE(msk->write_seq) == READ_ONCE(msk->snd_nxt); in mptcp_data_fin_enabled()
914 notsent_bytes = READ_ONCE(msk->write_seq) - READ_ONCE(msk->snd_nxt); in mptcp_stream_memory_free()
A Dsubflow.c472 WRITE_ONCE(msk->write_seq, subflow->idsn + 1); in __mptcp_sync_state()
473 WRITE_ONCE(msk->snd_nxt, msk->write_seq); in __mptcp_sync_state()
A Doptions.c530 u64 data_fin_tx_seq = READ_ONCE(mptcp_sk(subflow->conn)->write_seq) - 1; in mptcp_write_data_fin()
A Dsockopt.c994 info->mptcpi_write_seq = msk->write_seq; in mptcp_diag_fill_info()
/net/ipv4/
A Dtcp.c650 answ = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_ioctl()
659 answ = READ_ONCE(tp->write_seq) - in tcp_ioctl()
674 tp->pushed_seq = tp->write_seq; in tcp_mark_push()
687 tcb->seq = tcb->end_seq = tp->write_seq; in tcp_skb_entail()
702 tp->snd_up = tp->write_seq; in tcp_mark_urg()
1318 WRITE_ONCE(tp->write_seq, tp->write_seq + copy); in tcp_sendmsg_locked()
3343 } else if (tp->snd_nxt != tp->write_seq && in tcp_disconnect()
3373 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect()
3376 WRITE_ONCE(tp->write_seq, seq); in tcp_disconnect()
3953 WRITE_ONCE(tp->write_seq, val); in do_tcp_setsockopt()
[all …]
A Dtcp_output.c1511 WRITE_ONCE(tp->write_seq, TCP_SKB_CB(skb)->end_seq); in tcp_queue_skb()
2483 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe()
3606 tp->write_seq++; in tcp_send_fin()
3628 tcp_init_nondata_skb(skb, tp->write_seq, in tcp_send_fin()
3945 tp->snd_una = tp->write_seq; in tcp_connect_init()
3946 tp->snd_sml = tp->write_seq; in tcp_connect_init()
3947 tp->snd_up = tp->write_seq; in tcp_connect_init()
3948 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect_init()
3971 WRITE_ONCE(tp->write_seq, tcb->end_seq); in tcp_connect_queue_skb()
4167 WRITE_ONCE(tp->snd_nxt, tp->write_seq); in tcp_connect()
[all …]
A Dtcp_rate.c199 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
A Dtcp_diag.c31 r->idiag_wqueue = READ_ONCE(tp->write_seq) - tp->snd_una; in tcp_diag_get_info()
A Dtcp_ipv4.c194 WRITE_ONCE(tp->write_seq, seq); in tcp_twsk_unique()
289 WRITE_ONCE(tp->write_seq, 0); in tcp_v4_connect()
327 if (!tp->write_seq) in tcp_v4_connect()
328 WRITE_ONCE(tp->write_seq, in tcp_v4_connect()
2957 READ_ONCE(tp->write_seq) - tp->snd_una,
3488 u32 notsent_bytes = READ_ONCE(tp->write_seq) -
A Dtcp_minisocks.c570 WRITE_ONCE(newtp->write_seq, newtp->pushed_seq = treq->snt_isn + 1); in tcp_create_openreq_child()
A Dtcp_input.c6826 if (tp->snd_una != tp->write_seq) in tcp_rcv_state_process()
6874 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
6881 if (tp->snd_una == tp->write_seq) { in tcp_rcv_state_process()
A Dtcp_ao.c1145 ao_info->lisn = htonl(tp->write_seq); in tcp_ao_connect_init()
/net/tls/
A Dtls_device.c288 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()
/net/ipv6/
A Dtcp_ipv6.c211 WRITE_ONCE(tp->write_seq, 0); in tcp_v6_connect()
321 if (!tp->write_seq) in tcp_v6_connect()
322 WRITE_ONCE(tp->write_seq, in tcp_v6_connect()
2229 READ_ONCE(tp->write_seq) - tp->snd_una,
/net/rds/
A Dtcp.c96 return tcp_sk(tc->t_sock->sk)->write_seq; in rds_tcp_write_seq()
/net/core/
A Dsock.c919 atomic_set(&sk->sk_tskey, tcp_sk(sk)->write_seq); in sock_set_timestamping()

Completed in 92 milliseconds