Home
last modified time | relevance | path

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

/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c697 uint64_t l2_none, l2_mac, l2_mac_vlan; in txgbe_parse_tun_ptid() local
704 l2_none = sizeof(struct txgbe_udphdr) + sizeof(struct txgbe_vxlanhdr); in txgbe_parse_tun_ptid()
705 l2_mac = l2_none + sizeof(struct rte_ether_hdr); in txgbe_parse_tun_ptid()
708 if (tx_pkt->l2_len == l2_none) in txgbe_parse_tun_ptid()