Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_subr.c4649 tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, in tcp_segs_dosack() argument
4661 seg.end_seq = sblk_end; in tcp_segs_dosack()
4674 if (SEQ_LT(sblk_end, found_seg->end_seq) && SEQ_GT(sblk_end, found_seg->start_seq)) { in tcp_segs_dosack()
4681 sblk_end, found_seg->xmit_ts, found_seg->flags); in tcp_segs_dosack()
4700 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4713 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4733 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
H A Dtcp_var.h1927 void tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, uint32_t tsecr, uint32…