Searched refs:snd_nxt (Results 1 – 18 of 18) sorted by relevance
/net/tipc/ |
D | link.c | 161 u16 snd_nxt; member 346 rcv_l->acked = snd_l->snd_nxt - 1; in tipc_link_add_bc_peer() 355 u16 ack = snd_l->snd_nxt - 1; in tipc_link_remove_bc_peer() 380 if (more(l->snd_nxt, l->rcv_nxt)) in link_bc_rcv_gap() 381 gap = l->snd_nxt - l->rcv_nxt; in link_bc_rcv_gap() 732 u16 bc_snt = l->bc_sndlink->snd_nxt - 1; in tipc_link_timeout() 855 l->snd_nxt = 1; in tipc_link_reset() 885 u16 seqno = l->snd_nxt; in tipc_link_xmit() 948 l->snd_nxt = seqno; in tipc_link_xmit() 956 u16 seqno = l->snd_nxt; in tipc_link_advance_backlog() [all …]
|
/net/ipv4/ |
D | tcp_probe.c | 67 u32 snd_nxt; member 149 p->snd_nxt = tp->snd_nxt; in jtcp_rcv_established() 197 &p->src, &p->dst, p->length, p->snd_nxt, p->snd_una, in tcpprobe_sprint()
|
D | tcp_cdg.c | 275 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cong_avoid() 366 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cwnd_event() 371 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_cwnd_event() 389 ca->rtt_seq = tp->snd_nxt; in tcp_cdg_init()
|
D | tcp_vegas.c | 79 vegas->beg_snd_nxt = tp->snd_nxt; in vegas_enable() 180 vegas->beg_snd_nxt = tp->snd_nxt; in tcp_vegas_cong_avoid()
|
D | tcp_output.c | 76 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq; in tcp_event_new_data_sent() 98 if (!before(tcp_wnd_end(tp), tp->snd_nxt)) in tcp_acceptable_seq() 99 return tp->snd_nxt; in tcp_acceptable_seq() 375 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) { in tcp_ecn_send() 984 } else if (after(tcb->seq + 0xFFFF, tp->snd_nxt)) { in tcp_transmit_skb() 1020 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq) in tcp_transmit_skb() 1233 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) { in tcp_fragment() 1509 tp->max_packets_seq = tp->snd_nxt; in tcp_cwnd_validate() 1532 !after(tp->snd_sml, tp->snd_nxt); in tcp_minshall_check() 1986 if (tp->write_seq - tp->snd_nxt < size_needed) in tcp_mtu_probe() [all …]
|
D | tcp_nv.c | 312 ca->nv_rtt_start_seq = tp->snd_nxt; in tcpnv_acked() 328 ca->nv_rtt_start_seq = tp->snd_nxt + in tcpnv_acked()
|
D | tcp_input.c | 763 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator() 772 tp->rtt_seq = tp->snd_nxt; in tcp_rtt_estimator() 1062 if (after(end_seq, tp->snd_nxt) || !before(start_seq, end_seq)) in tcp_is_sackblock_valid() 1066 if (!before(start_seq, tp->snd_nxt)) in tcp_is_sackblock_valid() 2002 tp->high_seq = tp->snd_nxt; in tcp_enter_loss() 2243 const u32 loss_high = tcp_is_sack(tp) ? tp->snd_nxt : tp->high_seq; in tcp_mark_head_lost() 2524 tp->high_seq = tp->snd_nxt; in tcp_init_cwnd_reduction() 2602 tp->high_seq = tp->snd_nxt; in tcp_try_keep_open() 2693 tp->high_seq = tp->snd_nxt; in tcp_simple_retransmit() 2747 if (after(tp->snd_nxt, tp->high_seq)) { in tcp_process_loss() [all …]
|
D | tcp_rate.c | 181 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
|
D | tcp_yeah.c | 196 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
|
D | tcp_timer.c | 459 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer() 467 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer()
|
D | tcp_illinois.c | 61 ca->end_seq = tp->snd_nxt; in rtt_reset()
|
D | tcp_dctcp.c | 79 ca->next_seq = tp->snd_nxt; in dctcp_reset()
|
D | tcp_minisocks.c | 281 tcptw->tw_snd_nxt = tp->snd_nxt; in tcp_time_wait() 464 newtp->snd_nxt = newtp->snd_up = treq->snt_isn + 1; in tcp_create_openreq_child()
|
D | tcp_cubic.c | 135 ca->end_seq = tp->snd_nxt; in bictcp_hystart_reset()
|
D | tcp.c | 591 answ = tp->write_seq - tp->snd_nxt; in tcp_ioctl() 2291 (tp->snd_nxt != tp->write_seq && in tcp_disconnect() 2864 notsent_bytes = READ_ONCE(tp->write_seq) - READ_ONCE(tp->snd_nxt); in tcp_get_info()
|
D | tcp_ipv4.c | 422 !between(seq, snd_una, tp->snd_nxt)) { in tcp_v4_err() 826 tcp_sk(sk)->snd_nxt; in tcp_v4_reqsk_send_ack()
|
/net/rds/ |
D | tcp.c | 98 return tcp_sk(tc->t_sock->sk)->snd_nxt; in rds_tcp_snd_nxt()
|
/net/ipv6/ |
D | tcp_ipv6.c | 380 !between(seq, snd_una, tp->snd_nxt)) { in tcp_v6_err() 967 tcp_rsk(req)->snt_isn + 1 : tcp_sk(sk)->snd_nxt, in tcp_v6_reqsk_send_ack()
|