Searched refs:ETH_P_IP (Results 1 – 7 of 7) sorted by relevance
52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
41 if (l3_proto == ETH_P_IP) { in eth_get_gso_type()150 if (proto == ETH_P_IP) { in eth_get_protocols()197 _eth_tcp_has_data(proto == ETH_P_IP, in eth_get_protocols()
86 if (l3_proto != ETH_P_IP) { in parse_packet_early()
215 #define ETH_P_IP (0x0800) /* Internet Protocol packet */ macro
205 case ETH_P_IP: in net_tx_pkt_parse_headers()516 if (l3_proto == ETH_P_IP) { in net_tx_pkt_do_sw_csum()
2088 if (proto != ETH_P_IP) in rtl8139_cplus_transmit_one()
311 if (l3_protocol == ETH_P_IP) { in parse_packet()