Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/qed/
A Dtcp_common.h105 __le32 snd_wl1; member
237 __le32 snd_wl1; member
A Dqed_iscsi_if.h74 u32 snd_wl1; member
/linux-6.3-rc2/include/uapi/linux/
A Dtcp.h143 __u32 snd_wl1; member
/linux-6.3-rc2/tools/include/uapi/linux/
A Dtcp.h143 __u32 snd_wl1; member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
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()
1243 con->snd_wl1 = conn_info->snd_wl1; in qed_iscsi_offload_conn()
/linux-6.3-rc2/include/linux/
A Dtcp.h234 u32 snd_wl1; /* Sequence for window update */ member
/linux-6.3-rc2/net/ipv4/
A Dtcp.c3236 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
3242 tp->snd_wl1 = opt.snd_wl1; in tcp_repair_set_window()
4229 opt.snd_wl1 = tp->snd_wl1; in do_tcp_getsockopt()
A 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()
6371 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
A Dtcp_output.c4029 tcp_sk(sk)->snd_wl1 = tcp_sk(sk)->rcv_nxt - 1; in tcp_send_window_probe()
/linux-6.3-rc2/include/net/
A Dtcp.h1376 tp->snd_wl1 = seq; in tcp_init_wl()
1381 tp->snd_wl1 = seq; in tcp_update_wl()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dtype.h959 u32 snd_wl1; member
A Dcm.c3293 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()
A Dctrl.c1022 FIELD_PREP(IRDMAQPC_SNDWL1, tcp->snd_wl1) | in irdma_sc_qp_setctx()

Completed in 68 milliseconds