Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/qed/
Dtcp_common.h105 __le32 snd_wl1; member
237 __le32 snd_wl1; member
Dqed_iscsi_if.h74 u32 snd_wl1; member
/linux-5.19.10/include/uapi/linux/
Dtcp.h143 __u32 snd_wl1; member
/linux-5.19.10/tools/include/uapi/linux/
Dtcp.h143 __u32 snd_wl1; member
/linux-5.19.10/drivers/net/ethernet/qlogic/qed/
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()
1243 con->snd_wl1 = conn_info->snd_wl1; in qed_iscsi_offload_conn()
/linux-5.19.10/include/linux/
Dtcp.h204 u32 snd_wl1; /* Sequence for window update */ member
/linux-5.19.10/net/ipv4/
Dtcp.c3136 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
3142 tp->snd_wl1 = opt.snd_wl1; in tcp_repair_set_window()
4123 opt.snd_wl1 = tp->snd_wl1; in do_tcp_getsockopt()
Dtcp_input.c3523 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
3524 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd); in tcp_may_update_window()
6360 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
Dtcp_output.c4027 tcp_sk(sk)->snd_wl1 = tcp_sk(sk)->rcv_nxt - 1; in tcp_send_window_probe()
/linux-5.19.10/include/net/
Dtcp.h1360 tp->snd_wl1 = seq; in tcp_init_wl()
1365 tp->snd_wl1 = seq; in tcp_update_wl()
/linux-5.19.10/drivers/infiniband/hw/irdma/
Dtype.h958 u32 snd_wl1; member
Dcm.c3290 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()
Dctrl.c1022 FIELD_PREP(IRDMAQPC_SNDWL1, tcp->snd_wl1) | in irdma_sc_qp_setctx()