Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c514 rte_tx_callback_fn ftx; in bpf_eth_elf_load() local
518 ftx = NULL; in bpf_eth_elf_load()
527 ftx = select_tx_callback(prm->prog_arg.type, flags); in bpf_eth_elf_load()
529 if (frx == NULL && ftx == NULL) { in bpf_eth_elf_load()
563 bc->cb = rte_eth_add_tx_callback(port, queue, ftx, bc); in bpf_eth_elf_load()