Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-dpdk.c165 #define RTE_ETH_PCAP_SNAPLEN RTE_ETHER_MAX_JUMBO_FRAME_LEN macro
167 #define RTE_ETH_PCAP_SNAPLEN ETHER_MAX_JUMBO_FRAME_LEN macro
195 unsigned char pcap_tmp_buf[RTE_ETH_PCAP_SNAPLEN];
395 if ( pkt_len <= RTE_ETH_PCAP_SNAPLEN) in pcap_dpdk_dispatch()
397 … gather_len = dpdk_gather_data(pd->pcap_tmp_buf, RTE_ETH_PCAP_SNAPLEN, m); in pcap_dpdk_dispatch()