Searched refs:tcp_hdr (Results 1 – 6 of 6) sorted by relevance
637 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked() argument659 ntoh16_ua(&tcp_hdr[TCP_SRC_PORT_OFFSET]), in dhd_tcpdata_psh_acked()660 ntoh16_ua(&tcp_hdr[TCP_DEST_PORT_OFFSET]), in dhd_tcpdata_psh_acked()677 memcmp(&tcp_hdr[TCP_SRC_PORT_OFFSET], in dhd_tcpdata_psh_acked()679 memcmp(&tcp_hdr[TCP_DEST_PORT_OFFSET], in dhd_tcpdata_psh_acked()947 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local991 tcp_hdr = ip_hdr + ip_hdr_len; in dhd_tcpdata_info_get()999 tcp_hdr_len = 4 * TCP_HDRLEN(tcp_hdr[TCP_HLEN_OFFSET]); in dhd_tcpdata_info_get()1009 if ((tcp_hdr[TCP_FLAGS_OFFSET] & TCP_FLAG_PSH) == 0) { in dhd_tcpdata_info_get()1019 ntoh16_ua(&tcp_hdr[TCP_SRC_PORT_OFFSET]), in dhd_tcpdata_info_get()[all …]
3873 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum() argument3875 uint8 *ptr = tcp_hdr; in tcp_hdr_chksum()3877 ASSERT(tcp_hdr != NULL); in tcp_hdr_chksum()
56 struct tcp_hdr { struct
331 mac_tcp_header_stru *tcp_hdr = (mac_tcp_header_stru *)(ip + 1); in hmac_tx_traffic_classify() local334 if (oal_ntoh_16(MAC_WFD_RTSP_PORT) == tcp_hdr->us_sport) { in hmac_tx_traffic_classify()
363 struct tcp_hdr *tcphdr; /* the TCP header */603 void tcp_debug_print(struct tcp_hdr *tcphdr);
27732 th = tcp_hdr(skb);