Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_pkt.c474 if (cbh->type == BPF_ETH_RX) in bpf_eth_unload()
486 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_unload() local
488 cbh = &rx_cbh; in rte_bpf_eth_rx_unload()
497 struct bpf_eth_cbh *cbh; in rte_bpf_eth_tx_unload() local
499 cbh = &tx_cbh; in rte_bpf_eth_tx_unload()
524 if (cbh->type == BPF_ETH_RX) in bpf_eth_elf_load()
560 if (cbh->type == BPF_ETH_RX) in bpf_eth_elf_load()
581 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_elf_load() local
583 cbh = &rx_cbh; in rte_bpf_eth_rx_elf_load()
597 struct bpf_eth_cbh *cbh; in rte_bpf_eth_tx_elf_load() local
[all …]