Home
last modified time | relevance | path

Searched defs:l3_hdr (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/net/
H A Dnet_tx_pkt.c52 } l3_hdr; member
164 struct iovec *l2_hdr, *l3_hdr; in net_tx_pkt_parse_headers() local
/qemu/net/
H A Deth.c37 eth_get_gso_type(uint16_t l3_proto, uint8_t *l3_hdr, uint8_t l4proto) in eth_get_gso_type()