Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_pkt.c459 if (cbh->type == BPF_ETH_RX) in bpf_eth_unload()
471 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_unload() local
473 cbh = &rx_cbh; in rte_bpf_eth_rx_unload()
482 struct bpf_eth_cbh *cbh; in rte_bpf_eth_tx_unload() local
484 cbh = &tx_cbh; in rte_bpf_eth_tx_unload()
509 if (cbh->type == BPF_ETH_RX) in bpf_eth_elf_load()
545 if (cbh->type == BPF_ETH_RX) in bpf_eth_elf_load()
566 struct bpf_eth_cbh *cbh; in rte_bpf_eth_rx_elf_load() local
568 cbh = &rx_cbh; in rte_bpf_eth_rx_elf_load()
582 struct bpf_eth_cbh *cbh; in rte_bpf_eth_tx_elf_load() local
[all …]