Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_output.c1532 tcp_seq startseq = tp->snd_nxt; in tcp_default_output() local
1563 tp->t_rtseq = startseq; in tcp_default_output()
1569 tp->gput_seq = startseq; in tcp_default_output()
1570 tp->gput_ack = startseq + in tcp_default_output()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c17691 tcp_seq startseq, uint32_t sb_offset) in rack_start_gp_measurement() argument
17720 tp->gput_seq = startseq; in rack_start_gp_measurement()
17746 tp->gput_ack = startseq + max(rc_init_window(rack), in rack_start_gp_measurement()
17887 tp->gput_ack = startseq + rack_get_measure_window(tp, rack); in rack_start_gp_measurement()
17890 my_rsm = tqhash_find(rack->r_ctl.tqh, startseq); in rack_start_gp_measurement()
18357 uint32_t if_hw_tsomaxsegcount = 0, startseq; in rack_fast_rsm_output() local
18383 startseq = rsm->r_start; in rack_fast_rsm_output()
18817 tp->t_rtseq = startseq; in rack_fast_rsm_output()
18947 uint32_t if_hw_tsomaxsegcount = 0, startseq; in rack_fast_output() local
18969 startseq = tp->snd_max; in rack_fast_output()
[all …]