Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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,
/openbmc/qemu/hw/net/
H A Dnet_tx_pkt.c50 struct ip6_header ip6;
648 struct ip6_header *ip6 = l3hdr->iov_base; in net_tx_pkt_tcp_fragment_fix()
658 len -= sizeof(struct ip6_header); in net_tx_pkt_tcp_fragment_fix()
H A Dnet_rx_pkt.c517 struct ip6_header *ip6hdr = &pkt->ip6hdr_info.ip6_hdr; in _net_rx_pkt_calc_l4_csum()
519 size_t ip6opts_len = full_ip6hdr_len - sizeof(struct ip6_header); in _net_rx_pkt_calc_l4_csum()
H A Dvirtio-net.c2098 struct ip6_header *ip6; in virtio_net_rsc_purge()
2100 ip6 = (struct ip6_header *)(buf + chain->n->guest_hdr_len in virtio_net_rsc_purge()
2105 + sizeof(struct ip6_header)); in virtio_net_rsc_cleanup()
2189 + sizeof(struct ip6_header) + VIRTIO_NET_MAX_TCP_PAYLOAD); in virtio_net_rsc_coalesce_data()
2337 struct ip6_header *ip1, *ip2; in virtio_net_rsc_do_coalesce()
2339 ip1 = (struct ip6_header *)(unit->ip); in virtio_net_rsc_do_coalesce()
2340 ip2 = (struct ip6_header *)(seg->unit.ip); in virtio_net_rsc_do_coalesce()
2536 struct ip6_header *ip6, in virtio_net_rsc_receive6()
2555 - sizeof(struct ip6_header))) { in virtio_net_rsc_lookup_chain()
2580 if (size < (hdr_len + sizeof(struct eth_header) + sizeof(struct ip6_header) in virtio_net_rsc_lookup_chain()
[all...]
/openbmc/qemu/hw/net/rocker/
H A Drocker_of_dpa.c149 struct ip6_header *ipv6hdr;
418 sofar += sizeof(struct ip6_header); in of_dpa_flow_pkt_parse()
420 DPRINTF("flow_pkt_parse underrun on ip6_header\n"); in of_dpa_flow_pkt_parse()
423 fields->ipv6hdr = (struct ip6_header *)(fields->h_proto + 1); in of_dpa_flow_pkt_parse()