| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmip.h | 49 #define IP_VER(ip_body) \ macro 166 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 167 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 173 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 174 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmip.h | 49 #define IP_VER(ip_body) \ macro 179 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 180 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 186 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 187 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmip.h | 49 #define IP_VER(ip_body) \ macro 166 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 167 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 173 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 174 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmip.h | 49 #define IP_VER(ip_body) \ macro 166 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 167 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 173 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 174 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmip.h | 41 #define IP_VER(ip_body) \ macro 158 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 159 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 165 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 166 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| H A D | bcmproto.h | 167 if (IP_VER(iph) == IP_VER_4 && len >= IPV4_MIN_HEADER_LEN) { in hnd_frame_proto() 185 if (IP_VER(ip6h) == IP_VER_6) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmip.h | 41 #define IP_VER(ip_body) \ macro 158 (IP_VER(ip_body) == IP_VER_4 ? IPV4_TOS(ip_body) : \ 159 IP_VER(ip_body) == IP_VER_6 ? IPV6_TRAFFIC_CLASS(ip_body) : 0) 165 (IP_VER(ip_body) == IP_VER_4 ? IPV4_PROT(ip_body) : \ 166 IP_VER(ip_body) == IP_VER_6 ? IPV6_PROT(ip_body) : 0)
|
| H A D | bcmproto.h | 167 if (IP_VER(iph) == IP_VER_4 && len >= IPV4_MIN_HEADER_LEN) { in hnd_frame_proto() 185 if (IP_VER(ip6h) == IP_VER_6) { in hnd_frame_proto()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_ip.c | 103 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 761 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 763 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 981 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 983 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1217 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1219 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold() 1407 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_get_flag() 1409 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_get_flag()
|
| H A D | dhd_linux_pktdump.c | 1018 (IP_VER(iph) != IP_VER_4)) { in dhd_check_ip_prot() 1635 IP_VER(iph) != IP_VER_4 || in dhd_is_dhcp_pkt() 1692 IP_VER(iph) != IP_VER_4 || in dhd_is_icmp_pkt()
|
| H A D | bcm_l2_filter.c | 236 if (iplen < IPV4_OPTIONS_OFFSET || (IP_VER(iph) != IP_VER_4)) { in get_pkt_ip_type()
|
| H A D | dhd_wet.c | 385 if (length < 1 || (IP_VER(iph) != IP_VER_4)) { in BCMFASTPATH()
|
| H A D | dhd_linux.c | 4471 (IP_VER(iph) == IP_VER_4) && (ETHER_ISMULTI(eh->ether_dhost) || in BCMFASTPATH() 4970 if (IP_VER(iph) != IP_VER_4) in dhd_mcast_reverse_translation() 27626 } else if (IP_VER(iph) == IP_VER_4 && len >= IPV4_MIN_HEADER_LEN) { 27636 } else if (IP_VER(ip6h) == IP_VER_6) { 27745 if ((IPV4_HLEN(iph) != IPV4_HLEN_MIN) || (IP_VER(iph) != IP_VER_4)) {
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_ip.c | 108 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 774 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 776 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 994 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 996 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1230 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1232 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold() 1424 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_get_flag() 1426 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_get_flag()
|
| H A D | dhd_linux_pktdump.c | 941 IP_VER(iph) != IP_VER_4 || in dhd_dhcp_dump() 1035 IP_VER(iph) != IP_VER_4 || in dhd_icmp_dump() 1224 IP_VER(iph) != IP_VER_4 || in dhd_dns_dump()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_ip.c | 103 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 761 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 763 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 981 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 983 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1217 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1219 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold() 1407 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_get_flag() 1409 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_get_flag()
|
| H A D | dhd_linux_pktdump.c | 1018 (IP_VER(iph) != IP_VER_4)) { in dhd_check_ip_prot() 1635 IP_VER(iph) != IP_VER_4 || in dhd_is_dhcp_pkt() 1692 IP_VER(iph) != IP_VER_4 || in dhd_is_icmp_pkt()
|
| H A D | bcm_l2_filter.c | 236 if (iplen < IPV4_OPTIONS_OFFSET || (IP_VER(iph) != IP_VER_4)) { in get_pkt_ip_type()
|
| H A D | dhd_wet.c | 385 if (length < 1 || (IP_VER(iph) != IP_VER_4)) { in BCMFASTPATH()
|
| H A D | dhd_linux.c | 4480 (IP_VER(iph) == IP_VER_4) && (ETHER_ISMULTI(eh->ether_dhost) || in BCMFASTPATH() 4984 if (IP_VER(iph) != IP_VER_4) in dhd_mcast_reverse_translation() 27507 } else if (IP_VER(iph) == IP_VER_4 && len >= IPV4_MIN_HEADER_LEN) { 27517 } else if (IP_VER(ip6h) == IP_VER_6) { 27626 if ((IPV4_HLEN(iph) != IPV4_HLEN_MIN) || (IP_VER(iph) != IP_VER_4)) {
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_ip.c | 108 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 774 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 776 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 994 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 996 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1230 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1232 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold() 1424 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_get_flag() 1426 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_get_flag()
|
| H A D | dhd_linux_pktdump.c | 941 IP_VER(iph) != IP_VER_4 || in dhd_dhcp_dump() 1035 IP_VER(iph) != IP_VER_4 || in dhd_icmp_dump() 1224 IP_VER(iph) != IP_VER_4 || in dhd_dns_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_ip.c | 108 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 774 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 776 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 994 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 996 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1230 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1232 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold() 1424 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_get_flag() 1426 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_get_flag()
|
| H A D | dhd_linux_pktdump.c | 941 IP_VER(iph) != IP_VER_4 || in dhd_dhcp_dump() 1035 IP_VER(iph) != IP_VER_4 || in dhd_icmp_dump() 1224 IP_VER(iph) != IP_VER_4 || in dhd_dns_dump()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_ip.c | 107 if ((ipl < IPV4_OPTIONS_OFFSET) || (IP_VER(iph) != IP_VER_4)) { in pkt_frag_info() 716 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_suppress() 718 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_suppress() 936 if (IP_VER(ip_hdr) != IP_VER_4 || IPV4_PROT(ip_hdr) != IP_PROT_TCP) { in dhd_tcpdata_info_get() 938 __FUNCTION__, __LINE__, IP_VER(ip_hdr), IPV4_PROT(ip_hdr))); in dhd_tcpdata_info_get() 1172 if (IP_VER(new_ip_hdr) != IP_VER_4 || IPV4_PROT(new_ip_hdr) != IP_PROT_TCP) { in dhd_tcpack_hold() 1174 __FUNCTION__, __LINE__, IP_VER(new_ip_hdr), IPV4_PROT(new_ip_hdr))); in dhd_tcpack_hold()
|