/kernel/linux/linux-5.10/include/trace/events/ |
D | tcp.h | 243 __field(__u32, snd_nxt) 269 __entry->snd_nxt = tp->snd_nxt; 281 __entry->data_len, __entry->snd_nxt, __entry->snd_una,
|
/kernel/linux/linux-5.10/net/tipc/ |
D | link.c | 166 u16 snd_nxt; member 364 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 373 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer() 400 if (more(l->snd_nxt, l->rcv_nxt)) in link_bc_rcv_gap() 401 gap = l->snd_nxt - l->rcv_nxt; in link_bc_rcv_gap() 813 u16 bc_snt = l->bc_sndlink->snd_nxt - 1; in tipc_link_timeout() 836 if (l->snd_nxt == l->checkpoint) { in tipc_link_timeout() 840 l->checkpoint = l->snd_nxt; in tipc_link_timeout() 976 l->snd_nxt = 1; in tipc_link_reset() 1009 u16 seqno = l->snd_nxt; in tipc_link_xmit() [all …]
|
D | name_distr.c | 105 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++); in tipc_named_publish() 132 msg_set_named_seqno(buf_msg(skb), nt->snd_nxt++); in tipc_named_withdraw() 209 seqno = nt->snd_nxt; in tipc_named_node_up()
|
D | name_table.h | 110 u32 snd_nxt; member
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp_cdg.c | 277 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cong_avoid() 359 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cwnd_event() 364 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cwnd_event() 383 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_init()
|
D | tcp_vegas.c | 80 vegas->beg_snd_nxt = tp->snd_nxt; in vegas_enable() 181 vegas->beg_snd_nxt = tp->snd_nxt; in tcp_vegas_cong_avoid()
|
D | tcp_output.c | 71 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_event_new_data_sent() 99 if (!before(tcp_wnd_end(tp), tp->snd_nxt) || in tcp_acceptable_seq() 101 ((tp->snd_nxt - tcp_wnd_end(tp)) < (1 << tp->rx_opt.rcv_wscale)))) in tcp_acceptable_seq() 102 return tp->snd_nxt; in tcp_acceptable_seq() 371 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send() 1343 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in __tcp_transmit_skb() 1385 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in __tcp_transmit_skb() 1608 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment() 1892 tp->cwnd_usage_seq = tp->snd_nxt; in tcp_cwnd_validate() 1927 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check() [all …]
|
D | tcp_nv.c | 339 ca->nv_rtt_start_seq = tp->snd_nxt; in tcpnv_acked() 355 ca->nv_rtt_start_seq = tp->snd_nxt + in tcpnv_acked()
|
D | tcp_rate.c | 193 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
|
D | tcp_yeah.c | 178 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
|
D | tcp_input.c | 870 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator() 881 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator() 1199 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid() 1203 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid() 1809 state->reord = tp->snd_nxt; in tcp_sacktag_write_queue() 2154 tp->high_seq = tp->snd_nxt; in tcp_enter_loss() 2330 const u32 loss_high = tp->snd_nxt; in tcp_mark_head_lost() 2598 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction() 2675 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open() 2760 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit() [all …]
|
D | tcp_dctcp.c | 69 ca->next_seq = tp->snd_nxt; in dctcp_reset()
|
D | tcp_timer.c | 490 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer() 498 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer()
|
D | tcp_illinois.c | 62 ca->end_seq = tp->snd_nxt; in rtt_reset()
|
D | tcp_minisocks.c | 272 tcptw->tw_snd_nxt = tp->snd_nxt; in tcp_time_wait() 487 WRITE_ONCE(newtp->snd_nxt, seq); in tcp_create_openreq_child()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | ldc.c | 137 u32 snd_nxt; member 475 p->seqid = ++lp->snd_nxt; in send_rdx() 499 p->seqid = lp->snd_nxt + 1; in send_data_nack() 507 lp->snd_nxt++; in send_data_nack() 680 lp->snd_nxt = p->seqid; in process_rts() 699 lp->snd_nxt = p->seqid; in process_rtr() 1496 lp->rcv_nxt, lp->snd_nxt); in __ldc_print() 1592 seq = lp->snd_nxt; in write_nonraw() 1634 lp->snd_nxt = seq; in write_nonraw() 1730 p->seqid = lp->snd_nxt + 1; in send_data_ack() [all …]
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
D | test_sock_fields.c | 93 dst->snd_nxt = src->snd_nxt; in tpcpy()
|
D | bpf_dctcp.c | 47 ca->next_seq = tp->snd_nxt; in dctcp_reset()
|
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 258 req->rsvd0 = htonl(csk->snd_nxt); in send_abort_req() 264 csk, csk->state, csk->flags, csk->tid, csk->snd_nxt, in send_abort_req() 367 req->sndseq = htonl(csk->snd_nxt); in make_tx_data_wr() 446 csk->snd_nxt += len; in push_tx_frames() 630 csk, csk->state, csk->flags, csk->tid, ntohl(rpl->snd_nxt)); in do_close_con_rpl() 632 cxgbi_sock_rcv_close_conn_rpl(csk, ntohl(rpl->snd_nxt)); in do_close_con_rpl()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
D | tcp_nip_output.c | 136 WRITE_ONCE(tp->snd_nxt, TCP_SKB_CB(skb)->end_seq); in tcp_nip_event_new_data_sent() 335 tp->snd_nxt = tp->write_seq; in tcp_nip_connect_init() 649 tp->snd_nxt = tp->write_seq; in __tcp_nip_connect() 949 if (!before(tcp_wnd_end(tp), tp->snd_nxt)) in tcp_nip_acceptable_seq() 950 return tp->snd_nxt; in tcp_nip_acceptable_seq()
|
D | tcp_nip_input.c | 1016 newtp->snd_nxt = treq->snt_isn + 1; in tcp_nip_create_openreq_child() 1438 if (tp->snd_nxt > tp->snd_una && rtt_tstamp > 0) { in update_nip_bw() 1439 u32 bw_est = (tp->snd_nxt - tp->snd_una) * BW_MULTIPLY_FACTOR / rtt_tstamp; in update_nip_bw() 1641 if (after(ack, tp->snd_nxt)) in tcp_nip_ack() 1908 after(TCP_SKB_CB(skb)->ack_seq, tp->snd_nxt)) in tcp_nip_rcv_synsent_state_process()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | bpf_tcp_helpers.h | 57 __u32 snd_nxt; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
D | sunvnet_common.c | 266 dr->snd_nxt = 1; in sunvnet_handshake_complete_common() 270 dr->snd_nxt = 1; in sunvnet_handshake_complete_common() 487 hdr.seq = dr->snd_nxt; in vnet_send_ack() 492 dr->snd_nxt++; in vnet_send_ack() 968 hdr.seq = dr->snd_nxt; in __vnet_tx_trigger() 973 dr->snd_nxt++; in __vnet_tx_trigger()
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
D | cxgbit.h | 218 u32 snd_nxt; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
D | chtls_cm.c | 238 req->rsvd0 = htonl(tp->snd_nxt); in chtls_send_abort() 259 if (send_tx_flowc_wr(sk, 0, tp->snd_nxt, tp->rcv_nxt) < 0) in chtls_send_reset() 1467 tp->snd_nxt = snd_isn; in make_established() 1930 tp->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */ in chtls_close_con_rpl() 2125 if (send_tx_flowc_wr(sk, 0, tp->snd_nxt, tp->rcv_nxt) < 0) in chtls_abort_req_rss() 2263 if (tp->snd_una == tp->snd_nxt && in chtls_rx_ack()
|