Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dmain.c139 rte_rx_callback_fn cb_parse_ptype; member
150 .cb_parse_ptype = em_cb_parse_ptype,
159 .cb_parse_ptype = lpm_cb_parse_ptype,
880 l3fwd_lkp.cb_parse_ptype, in prepare_ptype_parser()
/f-stack/dpdk/examples/ip_fragmentation/
H A Dmain.c701 cb_parse_ptype(uint16_t port __rte_unused, uint16_t queue __rte_unused, in cb_parse_ptype() function
1060 rte_eth_add_rx_callback(portid, 0, cb_parse_ptype, NULL); in main()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c659 cb_parse_ptype(uint16_t port __rte_unused, uint16_t queue __rte_unused, in cb_parse_ptype() function
676 if (rte_eth_add_rx_callback(portid, queueid, cb_parse_ptype, NULL)) in add_cb_parse_ptype()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c116 cb_parse_ptype(__rte_unused uint16_t port, __rte_unused uint16_t queue, in cb_parse_ptype() function
3742 cb_parse_ptype, NULL)) in main()