Home
last modified time | relevance | path

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

/qemu/net/
H A Deth.c54 } else if (l3_proto == ETH_P_IPV6) { in eth_get_gso_type()
169 } else if (proto == ETH_P_IPV6) { in eth_get_protocols()
/qemu/hw/net/
H A Dnet_tx_pkt.c241 case ETH_P_IPV6: in net_tx_pkt_parse_headers()
524 } else if (l3_proto == ETH_P_IPV6) { in net_tx_pkt_do_sw_csum()
860 if (eth_get_l3_proto(l2, 1, l2->iov_len) == ETH_P_IPV6) { in net_tx_pkt_fix_ip6_payload_len()
H A Dvirtio-net.c2168 case ETH_P_IPV6: in virtio_net_rsc_cache_buf()
2575 if ((proto != (uint16_t)ETH_P_IP) && (proto != (uint16_t)ETH_P_IPV6)) { in virtio_net_rsc_lookup_chain()
2627 } else if (proto == (uint16_t)ETH_P_IPV6 && n->rsc6_enabled) { in virtio_net_rsc_receive()
/qemu/include/net/
H A Deth.h217 #define ETH_P_IPV6 (0x86dd) macro
/qemu/tools/ebpf/
H A Drss.bpf.c327 } else if (l3_protocol == ETH_P_IPV6) { in parse_packet()
/qemu/hw/net/rocker/
H A Drocker_of_dpa.c426 case ETH_P_IPV6: in of_dpa_flow_pkt_parse()