Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c70 struct bpf_eth_cbh { struct
76 static struct bpf_eth_cbh rx_cbh = { argument
82 static struct bpf_eth_cbh tx_cbh = {
141 bpf_eth_cbh_find(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_cbh_find()
153 bpf_eth_cbh_add(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_cbh_add()
466 bpf_eth_unload(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue) in bpf_eth_unload()
486 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_unload()
497 struct bpf_eth_cbh *cbh; in rte_bpf_eth_tx_unload()
506 bpf_eth_elf_load(struct bpf_eth_cbh *cbh, uint16_t port, uint16_t queue, in bpf_eth_elf_load()
581 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_elf_load()
[all …]