Lines Matching refs:tcp_seq
99 tcp_seq tqe_start; /* TCP Sequence number start */
107 tcp_seq start; /* start seq no. of sack block */
108 tcp_seq end; /* end seq no. */
112 tcp_seq start; /* start seq no. of hole */
113 tcp_seq end; /* end seq no. */
114 tcp_seq rxmit; /* next seq. no in hole to be retransmitted */
121 tcp_seq last_sack_ack; /* Most recent/largest sacked ack */
160 tcp_seq start_seq; /* First TCP Seq assigned */
161 tcp_seq end_seq; /* If range req last seq */
243 tcp_seq sendmap_start;
244 tcp_seq sendmap_end;
347 tcp_seq snd_una; /* sent but unacknowledged */
348 tcp_seq snd_max; /* highest sequence number sent;
351 tcp_seq snd_nxt; /* send next */
352 tcp_seq snd_up; /* send urgent pointer */
361 tcp_seq rcv_nxt; /* receive next */
362 tcp_seq rcv_adv; /* advertised window */
372 tcp_seq last_ack_sent;
374 tcp_seq rcv_up; /* receive urgent pointer */
382 tcp_seq snd_wl1; /* window update seg seq number */
383 tcp_seq snd_wl2; /* window update seg ack number */
385 tcp_seq irs; /* initial receive sequence number */
386 tcp_seq iss; /* initial send sequence number */
390 tcp_seq snd_recover; /* for use in NewReno Fast Recovery */
401 tcp_seq t_rtseq; /* sequence number being timed */
415 tcp_seq snd_recover_prev; /* snd_recover prior to retransmit */
421 tcp_seq snd_fack; /* last seq number(+1) sack'd by rcv'r*/
452 tcp_seq gput_seq; /* Outbound measurement seq */
453 tcp_seq gput_ack; /* Inbound measurement ack */
764 tcp_packets_this_ack(struct tcpcb *tp, tcp_seq ack) in tcp_packets_this_ack()
1158 tcp_seq curack;
1382 int tcp_reass(struct tcpcb *, struct tcphdr *, tcp_seq *, int *,
1470 struct tcphdr *, struct mbuf *, tcp_seq, tcp_seq, uint16_t);
1475 void tcp_record_dsack(struct tcpcb *tp, tcp_seq start, tcp_seq end, int tlp);
1500 tcp_seq tcp_new_isn(struct in_conninfo *);
1503 tcp_sack_doack(struct tcpcb *, struct tcpopt *, tcp_seq);
1505 void tcp_update_dsack_list(struct tcpcb *, tcp_seq, tcp_seq);
1506 void tcp_update_sack_list(struct tcpcb *tp, tcp_seq rcv_laststart,
1507 tcp_seq rcv_lastend);
1541 tcp_req_find_a_req_that_is_completed_by(struct tcpcb *tp, tcp_seq th_ack, int *ip);
1542 int tcp_req_check_for_comp(struct tcpcb *tp, tcp_seq ack_point);
1544 tcp_req_is_entry_comp(struct tcpcb *tp, struct tcp_sendfile_track *ent, tcp_seq ack_point);
1546 tcp_req_find_req_for_seq(struct tcpcb *tp, tcp_seq seq);