Searched refs:eth_parse_ipv6_hdr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/net/ |
H A D | eth.c | 170 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
|
/openbmc/qemu/include/net/ |
H A D | eth.h | 421 eth_parse_ipv6_hdr(const struct iovec *pkt, int pkt_frags,
|
/openbmc/qemu/hw/net/ |
H A D | net_tx_pkt.c | 245 if (!eth_parse_ipv6_hdr(pkt->raw, pkt->raw_frags, l2_hdr->iov_len, in net_tx_pkt_parse_headers()
|