Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_ip.c903 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1041 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1043 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/
H A Di40iw_user.h267 u32 tcp_seq_num; member
H A Di40iw_uk.c787 info->tcp_seq_num = (u32)RS_64(qword0, I40IWCQ_TCPSEQNUM); in i40iw_cq_poll_completion()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_ip.c948 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1086 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1088 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_ip.c961 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1099 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1101 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_ip.c948 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1086 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1088 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_ip.c961 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1099 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1101 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_ip.c961 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local
1099 tcp_seq_num = ntoh32_ua(&tcp_hdr[TCP_SEQ_NUM_OFFSET]); in dhd_tcpdata_info_get()
1101 end_tcp_seq_num = tcp_seq_num + tcp_data_len; in dhd_tcpdata_info_get()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Drx_desc.h906 __le32 tcp_seq_num; member