Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/netinet/
H A Dtcp_subr.c4484 tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, in tcp_segs_dosack() argument
4496 seg.end_seq = sblk_end; in tcp_segs_dosack()
4509 if (SEQ_LT(sblk_end, found_seg->end_seq) && SEQ_GT(sblk_end, found_seg->start_seq)) { in tcp_segs_dosack()
4516 sblk_end, found_seg->xmit_ts, found_seg->flags); in tcp_segs_dosack()
4531 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4540 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4556 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
H A Dtcp_var.h1929 void tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, uint32_t tsecr, uint32…