Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/qed/
H A Dtcp_common.h105 __le32 snd_wl1; member
237 __le32 snd_wl1; member
H A Dqed_iscsi_if.h74 u32 snd_wl1; member
/openbmc/linux/tools/include/uapi/linux/
H A Dtcp.h143 __u32 snd_wl1; member
/openbmc/linux/include/uapi/linux/
H A Dtcp.h143 __u32 snd_wl1; member
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_iscsi.c79 u32 snd_wl1; member
363 p_tcp->snd_wl1 = cpu_to_le32(p_conn->snd_wl1); in qed_sp_iscsi_conn_offload()
1244 con->snd_wl1 = conn_info->snd_wl1; in qed_iscsi_offload_conn()
/openbmc/linux/include/linux/
H A Dtcp.h236 u32 snd_wl1; /* Sequence for window update */ member
/openbmc/linux/net/ipv4/
H A Dtcp.c3162 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
3168 tp->snd_wl1 = opt.snd_wl1; in tcp_repair_set_window()
4165 opt.snd_wl1 = tp->snd_wl1; in do_tcp_getsockopt()
H A Dtcp_input.c3621 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
3622 (ack_seq == tp->snd_wl1 && (nwin > tp->snd_wnd || !nwin)); in tcp_may_update_window()
6509 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
H A Dtcp_output.c4168 tcp_sk(sk)->snd_wl1 = tcp_sk(sk)->rcv_nxt - 1; in tcp_send_window_probe()
/openbmc/linux/include/net/
H A Dtcp.h1395 tp->snd_wl1 = seq; in tcp_init_wl()
1400 tp->snd_wl1 = seq; in tcp_update_wl()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtype.h917 u32 snd_wl1; member
H A Dcm.c3344 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()
H A Dctrl.c1022 FIELD_PREP(IRDMAQPC_SNDWL1, tcp->snd_wl1) | in irdma_sc_qp_setctx()