Home
last modified time | relevance | path

Searched refs:ip6_header (Results 1 – 6 of 6) sorted by relevance

/qemu/net/
H A Deth.c55 struct ip6_header *ip6hdr = (struct ip6_header *) l3_hdr; in eth_get_gso_type()
113 const struct ip6_header *ip6_hdr, in _eth_tcp_has_data()
122 size_t opts_len = full_ip6hdr_len - sizeof(struct ip6_header); in _eth_tcp_has_data()
342 eth_calc_ip6_pseudo_hdr_csum(struct ip6_header *iphdr, in eth_calc_ip6_pseudo_hdr_csum()
475 info->full_hdr_len = sizeof(struct ip6_header); in eth_parse_ipv6_hdr()
/qemu/include/net/
H A Deth.h105 struct ip6_header { struct
209 ((struct ip6_header *) (((uint8_t *)(p)) + eth_get_l2_hdr_length(p)))
366 struct ip6_header ip6_hdr;
415 eth_calc_ip6_pseudo_hdr_csum(struct ip6_header *iphdr,
/qemu/hw/net/
H A Dnet_tx_pkt.c50 struct ip6_header ip6;
652 struct ip6_header *ip6 = l3hdr->iov_base; in net_tx_pkt_tcp_fragment_fix()
662 len -= sizeof(struct ip6_header); in net_tx_pkt_tcp_fragment_fix()
H A Dvirtio-net.c2062 struct ip6_header *ip6; in virtio_net_rsc_extract_unit6()
2064 ip6 = (struct ip6_header *)(buf + chain->n->guest_hdr_len in virtio_net_rsc_extract_unit6()
2069 + sizeof(struct ip6_header)); in virtio_net_rsc_extract_unit6()
2153 + sizeof(struct ip6_header) + VIRTIO_NET_MAX_TCP_PAYLOAD); in virtio_net_rsc_cache_buf()
2301 struct ip6_header *ip1, *ip2; in virtio_net_rsc_coalesce6()
2303 ip1 = (struct ip6_header *)(unit->ip); in virtio_net_rsc_coalesce6()
2304 ip2 = (struct ip6_header *)(seg->unit.ip); in virtio_net_rsc_coalesce6()
2500 struct ip6_header *ip6, in virtio_net_rsc_sanity_check6()
2519 - sizeof(struct ip6_header))) { in virtio_net_rsc_sanity_check6()
2544 if (size < (hdr_len + sizeof(struct eth_header) + sizeof(struct ip6_header) in virtio_net_rsc_receive6()
[all …]
H A Dnet_rx_pkt.c531 struct ip6_header *ip6hdr = &pkt->ip6hdr_info.ip6_hdr; in _net_rx_pkt_calc_l4_csum()
533 size_t ip6opts_len = full_ip6hdr_len - sizeof(struct ip6_header); in _net_rx_pkt_calc_l4_csum()
/qemu/hw/net/rocker/
H A Drocker_of_dpa.c149 struct ip6_header *ipv6hdr;
427 sofar += sizeof(struct ip6_header); in of_dpa_flow_pkt_parse()
432 fields->ipv6hdr = (struct ip6_header *)(fields->h_proto + 1); in of_dpa_flow_pkt_parse()