Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/qed/ !
Dtcp_common.h105 __le32 snd_wl1; member
237 __le32 snd_wl1; member
Dqed_iscsi_if.h74 u32 snd_wl1; member
/linux-6.6.21/include/uapi/linux/ !
Dtcp.h143 __u32 snd_wl1; member
/linux-6.6.21/tools/include/uapi/linux/ !
Dtcp.h143 __u32 snd_wl1; member
/linux-6.6.21/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()
1244 con->snd_wl1 = conn_info->snd_wl1; in qed_iscsi_offload_conn()
/linux-6.6.21/include/linux/ !
Dtcp.h236 u32 snd_wl1; /* Sequence for window update */ member
/linux-6.6.21/net/ipv4/ !
Dtcp.c3134 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
3140 tp->snd_wl1 = opt.snd_wl1; in tcp_repair_set_window()
4128 opt.snd_wl1 = tp->snd_wl1; in do_tcp_getsockopt()
Dtcp_input.c3541 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
3542 (ack_seq == tp->snd_wl1 && (nwin > tp->snd_wnd || !nwin)); in tcp_may_update_window()
6412 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
Dtcp_output.c4161 tcp_sk(sk)->snd_wl1 = tcp_sk(sk)->rcv_nxt - 1; in tcp_send_window_probe()
/linux-6.6.21/include/net/ !
Dtcp.h1377 tp->snd_wl1 = seq; in tcp_init_wl()
1382 tp->snd_wl1 = seq; in tcp_update_wl()
/linux-6.6.21/drivers/infiniband/hw/irdma/ !
Dtype.h917 u32 snd_wl1; member
Dcm.c3344 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()