Home
last modified time | relevance | path

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

/dpdk/examples/l3fwd/
H A Dmain.c148 rte_rx_callback_fn cb_parse_ptype; member
161 .cb_parse_ptype = em_cb_parse_ptype,
172 .cb_parse_ptype = lpm_cb_parse_ptype,
183 .cb_parse_ptype = lpm_cb_parse_ptype,
1110 l3fwd_lkp.cb_parse_ptype, in prepare_ptype_parser()
/dpdk/examples/ip_fragmentation/
H A Dmain.c704 cb_parse_ptype(uint16_t port __rte_unused, uint16_t queue __rte_unused, in cb_parse_ptype() function
1062 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
/dpdk/examples/l3fwd-power/
H A Dmain.c672 cb_parse_ptype(uint16_t port __rte_unused, uint16_t queue __rte_unused, in cb_parse_ptype() function
689 if (rte_eth_add_rx_callback(portid, queueid, cb_parse_ptype, NULL)) in add_cb_parse_ptype()