Home
last modified time | relevance | path

Searched defs:tms (Results 1 – 7 of 7) sorted by relevance

/dpdk/lib/ip_frag/
H A Dip_frag_internal.c19 const struct ip_frag_key *key, uint64_t tms) in ip_frag_tbl_add()
30 struct ip_frag_pkt *fp, uint64_t tms) in ip_frag_tbl_reuse()
223 const struct ip_frag_key *key, uint64_t tms) in ip_frag_find()
285 const struct ip_frag_key *key, uint64_t tms, in ip_frag_lookup()
H A Drte_ipv4_reassembly.c99 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv4_frag_reassemble_packet()
H A Drte_ip_frag_common.c127 struct rte_ip_frag_death_row *dr, uint64_t tms) in rte_ip_frag_table_del_expired_entries()
H A Drte_ipv6_reassembly.c138 struct rte_ip_frag_death_row *dr, struct rte_mbuf *mb, uint64_t tms, in rte_ipv6_frag_reassemble_packet()
H A Dip_frag_common.h138 ip_frag_reset(struct ip_frag_pkt *fp, uint64_t tms) in ip_frag_reset()
/dpdk/app/test/
H A Dtest_timer_perf.c41 struct rte_timer *tms; in test_timer_perf() local
/dpdk/examples/ip_reassembly/
H A Dmain.c312 struct lcore_queue_conf *qconf, uint64_t tms) in reassemble()