Searched refs:tcp_seq_num (Results 1 – 9 of 9) sorted by relevance
903 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local1041 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()
267 u32 tcp_seq_num; member
787 info->tcp_seq_num = (u32)RS_64(qword0, I40IWCQ_TCPSEQNUM); in i40iw_cq_poll_completion()
948 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local1086 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()
961 uint32 tcp_seq_num; /* TCP sequence number of the new packet */ in dhd_tcpdata_info_get() local1099 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()
906 __le32 tcp_seq_num; member