Home
last modified time | relevance | path

Searched defs:tcp_hdr (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_ip.c633 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
943 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
1383 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_get_flag() local
H A Dbcmutils.c5354 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_ip.c646 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
956 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
1400 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_get_flag() local
H A Dbcmutils.c3862 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_ip.c633 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
943 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
1383 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_get_flag() local
H A Dbcmutils.c5354 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_ip.c646 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
956 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
1400 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_get_flag() local
H A Dbcmutils.c3862 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_ip.c646 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
956 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
1400 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_get_flag() local
H A Dbcmutils.c3862 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_ip.c587 uint8 *tcp_hdr, uint32 tcp_ack_num) in dhd_tcpdata_psh_acked()
898 uint8 *tcp_hdr; /* TCP header of the new packet */ in dhd_tcpdata_info_get() local
H A Dbcmutils.c4021 tcp_hdr_chksum(uint32 sum, uint8 *tcp_hdr, uint16 tcp_len) in tcp_hdr_chksum()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtcp.h25 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x.h782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff) argument