Home
last modified time | relevance | path

Searched refs:gh (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/net/
H A Drte_net.c144 const struct rte_gre_hdr *gh; in ptype_tunnel() local
148 gh = rte_pktmbuf_read(m, *off, sizeof(*gh), &gh_copy); in ptype_tunnel()
149 if (unlikely(gh == NULL)) in ptype_tunnel()
152 flags = rte_be_to_cpu_16(*(const uint16_t *)gh); in ptype_tunnel()
158 *proto = gh->proto; in ptype_tunnel()
/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c664 const struct txgbe_genevehdr *gh; in txgbe_get_tun_len() local
680 gh = rte_pktmbuf_read(mbuf, in txgbe_get_tun_len()
685 + (gh->opt_len << 2); in txgbe_get_tun_len()