Home
last modified time | relevance | path

Searched refs:sblk_end (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_subr.c4548 tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, in tcp_segs_dosack() argument
4560 seg.end_seq = sblk_end; in tcp_segs_dosack()
4573 if (SEQ_LT(sblk_end, found_seg->end_seq) && SEQ_GT(sblk_end, found_seg->start_seq)) { in tcp_segs_dosack()
4580 sblk_end, found_seg->xmit_ts, found_seg->flags); in tcp_segs_dosack()
4599 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4612 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4632 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
H A Dtcp_var.h1920 void tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, uint32_t tsecr, uint32…