Searched refs:snd_wl1 (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_debug.c | 223 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()
|
| H A D | tcp_input.c | 1899 tp->snd_wl1 = th->th_seq; in tcp_do_segment() 2107 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment() 2474 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment() 3013 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_do_segment() 3014 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment() 3021 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
|
| H A D | tcp_var.h | 187 tcp_seq snd_wl1; /* window update seg seq number */ member
|
| H A D | tcp_syncache.c | 1049 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
|
| H A D | tcp_usrreq.c | 2981 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_var.h | 187 tcp_seq snd_wl1; /* window update seg seq number */ member
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 8544 (SEQ_LT(tp->snd_wl1, th->th_seq) || in rack_process_data() 8545 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data() 8552 tp->snd_wl1 = th->th_seq; in rack_process_data() 8560 tp->snd_wl1 = th->th_seq; in rack_process_data() 8898 tp->snd_wl1 = th->th_seq; in rack_do_fastnewdata() 9015 tp->snd_wl1 = th->th_seq; in rack_fastack() 9307 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_sent() 9516 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_recv()
|
| H A D | bbr.c | 8224 (SEQ_LT(tp->snd_wl1, th->th_seq) || in bbr_process_data() 8225 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in bbr_process_data() 8232 tp->snd_wl1 = th->th_seq; in bbr_process_data() 8240 tp->snd_wl1 = th->th_seq; in bbr_process_data() 8579 tp->snd_wl1 = th->th_seq; in bbr_do_fastnewdata() 8711 tp->snd_wl1 = th->th_seq; in bbr_fastack() 8982 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_sent() 9217 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_recv()
|