Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c1526 tcp_seq save_start = th->th_seq; in tcp_do_slowpath() local
1569 tcp_update_sack_list(tp, save_start, save_start + tlen); in tcp_do_slowpath()
/NextBSD/sys/netinet/
HDtcp_input.c2995 tcp_seq save_start = th->th_seq; in tcp_do_segment() local
3039 tcp_update_sack_list(tp, save_start, save_start + tlen); in tcp_do_segment()