Home
last modified time | relevance | path

Searched refs:eth_get_l3_proto (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/net/
H A Dnet_tx_pkt.c206 l3_proto = eth_get_l3_proto(l2_hdr, 1, l2_hdr->iov_len); in net_tx_pkt_parse_headers()
310 l3_proto = eth_get_l3_proto(&pkt->vec[NET_TX_PKT_L2HDR_FRAG], 1, in net_tx_pkt_get_gso_type()
511 uint16_t l3_proto = eth_get_l3_proto(iov, 1, iov->iov_len); 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()
/qemu/net/
H A Deth.c72 eth_get_l3_proto(const struct iovec *l2hdr_iov, int iovcnt, size_t l2hdr_len) in eth_get_l3_proto() function
148 proto = eth_get_l3_proto(iov, iovcnt, *l3hdr_off); in eth_get_protocols()
H A Dcolo.c84 l3_proto = eth_get_l3_proto(&l2vec, 1, l2hdr_len); in parse_packet_early()
/qemu/include/net/
H A Deth.h355 eth_get_l3_proto(const struct iovec *l2hdr_iov, int iovcnt, size_t l2hdr_len);