Searched refs:bpf_offload_dev_match (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/bpf/
H A Doffload.c715 bool bpf_offload_dev_match(struct bpf_prog *prog, struct net_device *netdev) function
725 EXPORT_SYMBOL_GPL(bpf_offload_dev_match); variable
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c580 if (prog && !bpf_offload_dev_match(prog, nn->dp.netdev))
/linux-master/include/linux/
H A Dbpf.h2967 bool bpf_offload_dev_match(struct bpf_prog *prog, struct net_device *netdev);
/linux-master/net/core/
H A Ddev.c9395 if (bpf_prog_is_dev_bound(new_prog->aux) && !bpf_offload_dev_match(new_prog, dev)) {

Completed in 277 milliseconds