Home
last modified time | relevance | path

Searched refs:ETH_P_IP (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dif_ether.h52 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ macro
/openbmc/qemu/net/
H A Deth.c41 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()
H A Dcolo.c86 if (l3_proto != ETH_P_IP) { in parse_packet_early()
/openbmc/qemu/include/net/
H A Deth.h215 #define ETH_P_IP (0x0800) /* Internet Protocol packet */ macro
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c205 case ETH_P_IP: in net_tx_pkt_parse_headers()
516 if (l3_proto == ETH_P_IP) { in net_tx_pkt_do_sw_csum()
H A Drtl8139.c2088 if (proto != ETH_P_IP) in rtl8139_cplus_transmit_one()
/openbmc/qemu/tools/ebpf/
H A Drss.bpf.c311 if (l3_protocol == ETH_P_IP) { in parse_packet()