Home
last modified time | relevance | path

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

/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
/linux/tools/include/uapi/linux/
H A Dtcp.h143 __u32 snd_wl1; member
/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()
/linux/tools/testing/selftests/net/tcp_ao/
H A Dseq-ext.c35 img->trw.snd_wl1 = img->in.seq - msg_len; in test_adjust_seqs()
/linux/net/ipv4/
H A Dtcp.c3536 if (after(opt.snd_wl1, tp->rcv_nxt + opt.rcv_wnd)) in tcp_repair_set_window()
3542 tp->snd_wl1 = opt.snd_wl1; in tcp_repair_set_window()
4658 opt.snd_wl1 = tp->snd_wl1; in do_tcp_getsockopt()
5221 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_rx, snd_wl1); in tcp_struct_check()
H A Dtcp_input.c3886 after(ack_seq, tp->snd_wl1) || in tcp_may_update_window()
3887 (ack_seq == tp->snd_wl1 && (nwin > tp->snd_wnd || !nwin)); in tcp_may_update_window()
7026 tp->snd_wl1 = TCP_SKB_CB(skb)->seq; in tcp_rcv_synsent_state_process()
/linux/include/net/
H A Dtcp.h1661 tp->snd_wl1 = seq; in tcp_init_wl()
1666 tp->snd_wl1 = seq; in tcp_update_wl()
/linux/drivers/infiniband/hw/irdma/
H A Dcm.c3349 tcp_info->snd_wl1 = cm_node->tcp_cntxt.rcv_nxt; in irdma_init_tcp_ctx()