Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-dpdk.c166 #define RTE_ETH_PCAP_SNAPLEN RTE_ETHER_MAX_JUMBO_FRAME_LEN macro
168 #define RTE_ETH_PCAP_SNAPLEN ETHER_MAX_JUMBO_FRAME_LEN macro
196 unsigned char pcap_tmp_buf[RTE_ETH_PCAP_SNAPLEN];
381 if ( pkt_len <= RTE_ETH_PCAP_SNAPLEN) in pcap_dpdk_dispatch()
383 gather_len = dpdk_gather_data(pd->pcap_tmp_buf, RTE_ETH_PCAP_SNAPLEN, m); in pcap_dpdk_dispatch()