Home
last modified time | relevance | path

Searched refs:eth_parse_ipv6_hdr (Results 1 – 3 of 3) sorted by relevance

/qemu/net/
H A Deth.c170 if (!eth_parse_ipv6_hdr(iov, iovcnt, *l3hdr_off, ip6hdr_info)) { in eth_get_protocols()
453 bool eth_parse_ipv6_hdr(const struct iovec *pkt, int pkt_frags, in eth_parse_ipv6_hdr() function
/qemu/include/net/
H A Deth.h421 eth_parse_ipv6_hdr(const struct iovec *pkt, int pkt_frags,
/qemu/hw/net/
H A Dnet_tx_pkt.c245 if (!eth_parse_ipv6_hdr(pkt->raw, pkt->raw_frags, l2_hdr->iov_len, in net_tx_pkt_parse_headers()