Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_subr.c4439 tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, in tcp_segs_dosack() argument
4451 seg.end_seq = sblk_end; in tcp_segs_dosack()
4464 if (SEQ_LT(sblk_end, found_seg->end_seq) && SEQ_GT(sblk_end, found_seg->start_seq)) { in tcp_segs_dosack()
4471 sblk_end, found_seg->xmit_ts, found_seg->flags); in tcp_segs_dosack()
4486 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4495 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
4511 found_seg->start_seq = sblk_end; in tcp_segs_dosack()
H A Dtcp_var.h1856 void tcp_segs_dosack(struct tcpcb *tp, tcp_seq sblk_start, tcp_seq sblk_end, uint32_t tsecr, uint32…