Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_rx_pkt.c44 size_t l4hdr_off; member
111 &pkt->l3hdr_off, &pkt->l4hdr_off, &pkt->l5hdr_off, in net_rx_pkt_pull_data()
197 &pkt->l3hdr_off, &pkt->l4hdr_off, &pkt->l5hdr_off, in net_rx_pkt_set_protocols()
221 return pkt->l4hdr_off; in net_rx_pkt_get_l4_hdr_offset()
487 csl = pkt->l4hdr_off - pkt->l3hdr_off; in net_rx_pkt_validate_l3_csum()
532 size_t full_ip6hdr_len = pkt->l4hdr_off - pkt->l3hdr_off; in _net_rx_pkt_calc_l4_csum()
546 pkt->l4hdr_off, csl, cso); in _net_rx_pkt_calc_l4_csum()
559 size_t off = pkt->l4hdr_off; in _net_rx_pkt_validate_sctp_sum()
662 pkt->l4hdr_off + l4_cso, in net_rx_pkt_fix_l4_csum()
670 pkt->l4hdr_off + l4_cso, in net_rx_pkt_fix_l4_csum()
[all …]
H A Dtrace-events77 net_rx_pkt_l4_csum_calc_csum(size_t l4hdr_off, uint16_t csl, uint32_t cntr, uint16_t csum) "L4 Chec…
/qemu/net/
H A Deth.c132 size_t *l4hdr_off, in eth_get_protocols() argument
166 *l4hdr_off = *l3hdr_off + IP_HDR_GET_LEN(iphdr); in eth_get_protocols()
176 *l4hdr_off = *l3hdr_off + ip6hdr_info->full_hdr_len; in eth_get_protocols()
190 *l4hdr_off, sizeof(l4hdr_info->hdr.tcp), in eth_get_protocols()
193 *l5hdr_off = *l4hdr_off + in eth_get_protocols()
200 *l4hdr_off - *l3hdr_off, in eth_get_protocols()
208 *l4hdr_off, sizeof(l4hdr_info->hdr.udp), in eth_get_protocols()
211 *l5hdr_off = *l4hdr_off + sizeof(l4hdr_info->hdr.udp); in eth_get_protocols()
/qemu/include/net/
H A Deth.h400 size_t *l4hdr_off,