Home
last modified time | relevance | path

Searched defs:prog (Results 226 – 250 of 264) sorted by relevance

1234567891011

/Linux-v5.10/net/core/
Ddev.c8933 struct bpf_prog *prog = dev_xdp_prog(dev, mode); in dev_xdp_prog_id() local
8946 struct bpf_prog *prog) in dev_xdp_set_prog()
8954 u32 flags, struct bpf_prog *prog) in dev_xdp_install()
8989 struct bpf_prog *prog; in dev_xdp_uninstall() local
9262 int bpf_xdp_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) in bpf_xdp_link_attach()
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/bpf/
Djit.c4429 static int nfp_bpf_ustore_calc(u64 *prog, unsigned int len) in nfp_bpf_ustore_calc()
4449 void *prog; in nfp_bpf_prog_trim() local
4531 u64 *prog; in nfp_bpf_relo_for_vnic() local
/Linux-v5.10/tools/testing/selftests/net/
Dnettest.c1573 static void print_usage(char *prog) in print_usage()
/Linux-v5.10/include/linux/
Dtrace_events.h641 perf_event_attach_bpf_prog(struct perf_event *event, struct bpf_prog *prog) in perf_event_attach_bpf_prog()
Dperf_event.h760 struct bpf_prog *prog; member
1490 static inline void perf_event_bpf_event(struct bpf_prog *prog, in perf_event_bpf_event()
Dsecurity.h1931 static inline int security_bpf_prog(struct bpf_prog *prog) in security_bpf_prog()
/Linux-v5.10/kernel/
Dseccomp.c184 struct bpf_prog *prog; member
/Linux-v5.10/drivers/media/usb/as102/
Das10x_cmd.h364 __le16 prog; member
/Linux-v5.10/drivers/net/
Dveth.c1136 static int veth_xdp_set(struct net_device *dev, struct bpf_prog *prog, in veth_xdp_set()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c4379 static int mlx5e_xdp_allowed(struct mlx5e_priv *priv, struct bpf_prog *prog) in mlx5e_xdp_allowed()
4410 static void mlx5e_rq_replace_xdp_prog(struct mlx5e_rq *rq, struct bpf_prog *prog) in mlx5e_rq_replace_xdp_prog()
4420 static int mlx5e_xdp_set(struct net_device *netdev, struct bpf_prog *prog) in mlx5e_xdp_set()
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c1032 static int qede_xdp_set(struct qede_dev *edev, struct bpf_prog *prog) in qede_xdp_set()
/Linux-v5.10/samples/bpf/
Dxdpsock_user.c917 static void usage(const char *prog) in usage()
/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4089 struct bpf_program *prog; in do_test_file() local
/Linux-v5.10/kernel/cgroup/
Dcgroup.c6499 struct bpf_prog *prog, struct bpf_prog *replace_prog, in cgroup_bpf_attach()
6512 int cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, in cgroup_bpf_detach()
/Linux-v5.10/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.h440 struct bpf_prog *prog; member
/Linux-v5.10/include/net/
Dpkt_cls.h735 struct bpf_prog *prog; member
/Linux-v5.10/kernel/bpf/
Dhashtab.c1742 struct bpf_prog *prog; in __bpf_hash_map_seq_show() local
/Linux-v5.10/arch/riscv/net/
Dbpf_jit.h69 struct bpf_prog *prog; member
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c2715 static int mlx4_xdp_set(struct net_device *dev, struct bpf_prog *prog) in mlx4_xdp_set()
/Linux-v5.10/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_main.c3429 struct bpf_prog *prog, struct xdp_buff *xdp, in mvpp2_run_xdp()
4904 struct bpf_prog *prog = bpf->prog, *old_prog; in mvpp2_xdp_setup() local
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c3561 struct bpf_prog *prog = bpf->prog; in nfp_net_xdp_setup_drv() local
/Linux-v5.10/drivers/net/ethernet/marvell/
Dmvneta.c2171 struct bpf_prog *prog, struct xdp_buff *xdp, in mvneta_run_xdp()
4404 static int mvneta_xdp_setup(struct net_device *dev, struct bpf_prog *prog, in mvneta_xdp_setup()
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c4431 static int ixgbevf_xdp_setup(struct net_device *dev, struct bpf_prog *prog) in ixgbevf_xdp_setup()
/Linux-v5.10/security/selinux/
Dhooks.c6752 struct bpf_prog *prog; in bpf_fd_pass() local
6787 static int selinux_bpf_prog(struct bpf_prog *prog) in selinux_bpf_prog()
/Linux-v5.10/tools/perf/
Dbuiltin-c2c.c2682 struct ui_progress prog; in perf_c2c__report() local

1234567891011