Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Dtcp_subr.c4487 tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, in tcp_segs_dosack() argument
4499 seg.end_seq = sblk_end; in tcp_segs_dosack()
4512 if (SEQ_LT(sblk_end, found_seg->end_seq) && SEQ_GT(sblk_end, found_seg->start_seq)) { in tcp_segs_dosack()
4519 sblk_end, found_seg->xmit_ts, found_seg->flags); in tcp_segs_dosack()
4534 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4543 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4559 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
H A Dtcp_var.h1865 void tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, uint32_t tsecr, uint32…