Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c31 #define RTE_ETH_PCAP_SNAPLEN RTE_ETHER_MAX_JUMBO_FRAME_LEN macro
328 unsigned char temp_data[RTE_ETH_PCAP_SNAPLEN]; in eth_pcap_tx_dumper()
413 unsigned char temp_data[RTE_ETH_PCAP_SNAPLEN]; in eth_pcap_tx()
459 *pcap = pcap_open_live(iface, RTE_ETH_PCAP_SNAPLEN, in open_iface_live()