Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dutil.c46 static int timestamp_dynfield_offset = -1; in get_timestamp() local
48 if (timestamp_dynfield_offset < 0) { in get_timestamp()
49 timestamp_dynfield_offset = rte_mbuf_dynfield_lookup( in get_timestamp()
51 if (timestamp_dynfield_offset < 0) in get_timestamp()
56 timestamp_dynfield_offset, rte_mbuf_timestamp_t *); in get_timestamp()
/f-stack/dpdk/lib/librte_latencystats/
H A Drte_latencystats.c36 static int timestamp_dynfield_offset = -1; variable
42 timestamp_dynfield_offset, rte_mbuf_timestamp_t *); in timestamp_dynfield()
256 ret = rte_mbuf_dyn_rx_timestamp_register(&timestamp_dynfield_offset, in rte_latencystats_init()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c55 static int timestamp_dynfield_offset = -1; variable
271 *RTE_MBUF_DYNFIELD(mbuf, timestamp_dynfield_offset, in eth_pcap_rx()
1381 ret = rte_mbuf_dyn_rx_timestamp_register(&timestamp_dynfield_offset, in pmd_pcap_probe()