Home
last modified time | relevance | path

Searched refs:snd_nxt (Results 1 – 18 of 18) sorted by relevance

/net/tipc/
Dlink.c161 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/
Dtcp_probe.c67 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()
Dtcp_cdg.c275 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()
Dtcp_vegas.c79 vegas->beg_snd_nxt = tp->snd_nxt; in vegas_enable()
180 vegas->beg_snd_nxt = tp->snd_nxt; in tcp_vegas_cong_avoid()
Dtcp_output.c76 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 …]
Dtcp_nv.c312 ca->nv_rtt_start_seq = tp->snd_nxt; in tcpnv_acked()
328 ca->nv_rtt_start_seq = tp->snd_nxt + in tcpnv_acked()
Dtcp_input.c763 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 …]
Dtcp_rate.c181 tp->write_seq - tp->snd_nxt < tp->mss_cache && in tcp_rate_check_app_limited()
Dtcp_yeah.c196 yeah->vegas.beg_snd_nxt = tp->snd_nxt; in tcp_yeah_cong_avoid()
Dtcp_timer.c459 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer()
467 tp->snd_una, tp->snd_nxt); in tcp_retransmit_timer()
Dtcp_illinois.c61 ca->end_seq = tp->snd_nxt; in rtt_reset()
Dtcp_dctcp.c79 ca->next_seq = tp->snd_nxt; in dctcp_reset()
Dtcp_minisocks.c281 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()
Dtcp_cubic.c135 ca->end_seq = tp->snd_nxt; in bictcp_hystart_reset()
Dtcp.c591 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()
Dtcp_ipv4.c422 !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/
Dtcp.c98 return tcp_sk(tc->t_sock->sk)->snd_nxt; in rds_tcp_snd_nxt()
/net/ipv6/
Dtcp_ipv6.c380 !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()