Home
last modified time | relevance | path

Searched refs:snd_wl1 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/qlnx/qlnxe/
H A Dtcp_common.h141 __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 Decore_iscsi_api.h129 u32 snd_wl1; member
/freebsd/sys/netinet/
H A Dtcp_input.c1924 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 Dtcp_var.h382 tcp_seq snd_wl1; /* window update seg seq number */ member
H A Dtcp_syncache.c918 tp->snd_wl1 = sc->sc_irs; in syncache_socket()
H A Dtcp_usrreq.c3117 tp->snd_up, tp->snd_wl1, tp->snd_wl2); in db_print_tcpcb()
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d237 tcps_swl1 = p == NULL ? -1 : p->snd_wl1;
/freebsd/sys/dev/irdma/
H A Dirdma_type.h947 u32 snd_wl1; member
H A Dirdma_cm.c3218 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()
H A Dirdma_ctrl.c1094 FIELD_PREP(IRDMAQPC_SNDWL1, tcp->snd_wl1) | in irdma_sc_qp_setctx()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8151 (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 Drack.c12235 (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 …]