Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_pkt.c499 rte_tx_callback_fn ftx; in bpf_eth_elf_load() local
503 ftx = NULL; in bpf_eth_elf_load()
512 ftx = select_tx_callback(prm->prog_arg.type, flags); in bpf_eth_elf_load()
514 if (frx == NULL && ftx == NULL) { in bpf_eth_elf_load()
548 bc->cb = rte_eth_add_tx_callback(port, queue, ftx, bc); in bpf_eth_elf_load()