Home
last modified time | relevance | path

Searched refs:tcp_hdr (Results 1 – 6 of 6) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_ip.c637 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked() argument
659 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() local
991 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 …]
Dbcmutils.c3873 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum() argument
3875 uint8 *ptr = tcp_hdr; in tcp_hdr_chksum()
3877 ASSERT(tcp_hdr != NULL); in tcp_hdr_chksum()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
Dtcp.h56 struct tcp_hdr { struct
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_traffic_classify.c331 mac_tcp_header_stru *tcp_hdr = (mac_tcp_header_stru *)(ip + 1); in hmac_tx_traffic_classify() local
334 if (oal_ntoh_16(MAC_WFD_RTSP_PORT) == tcp_hdr->us_sport) { in hmac_tx_traffic_classify()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcp_priv.h363 struct tcp_hdr *tcphdr; /* the TCP header */
603 void tcp_debug_print(struct tcp_hdr *tcphdr);
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168_n.c27732 th = tcp_hdr(skb);