Searched refs:snd_wl1 (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | tcp_common.h | 141 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member 285 __le32 snd_wl1 /* the segment sequence number used for the last window update */; member
|
H A D | ecore_iscsi_api.h | 129 u32 snd_wl1; member
|
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 1924 tp->snd_wl1 = th->th_seq; in tcp_do_segment() 2131 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment() 2541 tp->snd_wl1 = th->th_seq - 1; in tcp_do_segment() 3132 (SEQ_LT(tp->snd_wl1, th->th_seq) || in tcp_do_segment() 3133 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in tcp_do_segment() 3140 tp->snd_wl1 = th->th_seq; in tcp_do_segment()
|
H A D | tcp_var.h | 382 tcp_seq snd_wl1; /* window update seg seq number */ member
|
H A D | tcp_syncache.c | 918 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
|
H A D | tcp_usrreq.c | 3117 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
|
/freebsd/cddl/lib/libdtrace/ |
H A D | tcp.d | 237 tcps_swl1 = p == NULL ? -1 : p->snd_wl1;
|
/freebsd/sys/dev/irdma/ |
H A D | irdma_type.h | 947 u32 snd_wl1; member
|
H A D | irdma_cm.c | 3218 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()
|
H A D | irdma_ctrl.c | 1094 FIELD_PREP(IRDMAQPC_SNDWL1, tcp->snd_wl1) | in irdma_sc_qp_setctx()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 8151 (SEQ_LT(tp->snd_wl1, th->th_seq) || in bbr_process_data() 8152 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in bbr_process_data() 8159 tp->snd_wl1 = th->th_seq; in bbr_process_data() 8167 tp->snd_wl1 = th->th_seq; in bbr_process_data() 8502 tp->snd_wl1 = th->th_seq; in bbr_do_fastnewdata() 8618 tp->snd_wl1 = th->th_seq; in bbr_fastack() 8884 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_sent() 9129 tp->snd_wl1 = th->th_seq - 1; in bbr_do_syn_recv()
|
H A D | rack.c | 12235 (SEQ_LT(tp->snd_wl1, th->th_seq) || in rack_process_data() 12236 (tp->snd_wl1 == th->th_seq && (SEQ_LT(tp->snd_wl2, th->th_ack) || in rack_process_data() 12244 tp->snd_wl1 = th->th_seq; in rack_process_data() 12253 tp->snd_wl1 = th->th_seq; in rack_process_data() 12591 tp->snd_wl1 = th->th_seq; in rack_do_fastnewdata() 12691 tp->snd_wl1 = th->th_seq; in rack_fastack() 13010 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_sent() 13233 tp->snd_wl1 = th->th_seq - 1; in rack_do_syn_recv() 15294 if ((SEQ_LT(tp->snd_wl1, seq) || in rack_do_win_updates() 15295 (tp->snd_wl1 == seq && (SEQ_LT(tp->snd_wl2, ack) || in rack_do_win_updates() [all …]
|