Searched refs:ip6h (Results 1 – 2 of 2) sorted by relevance
320 const struct rte_ipv6_hdr *ip6h; in rte_net_get_ptype() local324 ip6h = rte_pktmbuf_read(m, off, sizeof(*ip6h), &ip6h_copy); in rte_net_get_ptype()325 if (unlikely(ip6h == NULL)) in rte_net_get_ptype()328 proto = ip6h->proto; in rte_net_get_ptype()329 hdr_lens->l3_len = sizeof(*ip6h); in rte_net_get_ptype()452 const struct rte_ipv6_hdr *ip6h; in rte_net_get_ptype() local456 ip6h = rte_pktmbuf_read(m, off, sizeof(*ip6h), &ip6h_copy); in rte_net_get_ptype()457 if (unlikely(ip6h == NULL)) in rte_net_get_ptype()460 proto = ip6h->proto; in rte_net_get_ptype()461 hdr_lens->inner_l3_len = sizeof(*ip6h); in rte_net_get_ptype()
407 struct rte_ipv6_hdr *ip6h; in virtio_tso_fix_cksum() local422 ip6h = (struct rte_ipv6_hdr *)iph; in virtio_tso_fix_cksum()423 ip_paylen = ip6h->payload_len; in virtio_tso_fix_cksum()