Searched defs:prog (Results 176 - 200 of 375) sorted by relevance

1234567891011>>

/linux-master/net/sched/
H A Dact_bpf.c40 struct tcf_bpf *prog = to_bpf(act); local
94 static bool tcf_bpf_is_ebpf(const struct tcf_bpf *prog) argument
99 static int tcf_bpf_dump_bpf_info(const struct tcf_bpf *prog, argument
117 tcf_bpf_dump_ebpf_info(const struct tcf_bpf *prog, struct sk_buff *skb) argument
142 struct tcf_bpf *prog = to_bpf(act); local
266 tcf_bpf_prog_fill_cfg(const struct tcf_bpf *prog, struct tcf_bpf_cfg *cfg) argument
290 struct tcf_bpf *prog; local
[all...]
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c180 struct sock_fprog prog = { local
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c23 struct bpf_program *prog; local
H A Dsk_assign.c33 char *prog; local
H A Dfexit_bpf2bpf.c66 struct bpf_program **prog = NULL, *p; local
233 struct bpf_program *prog local
291 struct bpf_program *prog; local
359 struct bpf_program *prog; local
[all...]
/linux-master/sound/soc/codecs/
H A Dtas2781-comlib.c327 static void tasdev_dsp_prog_blk_remove(struct tasdevice_prog *prog) argument
348 static void tasdev_dsp_prog_remove(struct tasdevice_prog *prog, argument
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c13 vmxnet3_xdp_exchange_program(struct vmxnet3_adapter *adapter, struct bpf_prog *prog) argument
251 vmxnet3_run_xdp(struct vmxnet3_rx_queue *rq, struct xdp_buff *xdp, struct bpf_prog *prog) argument
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.c291 struct bpf_prog *prog = bpf->prog; local
233 ena_xdp_exchange_program_rx_in_range(struct ena_adapter *adapter, struct bpf_prog *prog, int first, int count) argument
253 ena_xdp_exchange_program(struct ena_adapter *adapter, struct bpf_prog *prog) argument
[all...]
/linux-master/net/bpf/
H A Dbpf_dummy_struct_ops.c96 static int check_test_run_args(struct bpf_prog *prog, struct bpf_dummy_ops_test_args *args) argument
129 int bpf_struct_ops_test_run(struct bpf_prog *prog, const union bpf_attr *kattr, argument
210 bpf_dummy_ops_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) argument
218 bpf_dummy_ops_check_member(const struct btf_type *t, const struct btf_member *member, const struct bpf_prog *prog) argument
[all...]
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c206 static int do_hid_bpf_attach_prog(struct hid_device *hdev, int prog_fd, struct bpf_prog *prog, argument
283 struct bpf_prog *prog; local
[all...]
/linux-master/tools/perf/util/
H A Dbpf_kwork.c209 struct bpf_program *prog; local
H A Dbpf_kwork_top.c163 struct bpf_program *prog; local
H A Dvdso.c191 static int vdso__copy_compat(const char *prog, int fd) argument
208 static int vdso__create_compat_file(const char *prog, char *temp_name) argument
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c59 void usage(char *prog) argument
/linux-master/tools/lib/bpf/
H A Dfeatures.c283 int ret, map, prog, insn_cnt = ARRAY_SIZE(insns); local
/linux-master/tools/testing/selftests/powerpc/alignment/
H A Dalignment_handler.c605 void usage(char *prog) argument
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Doffload.c151 nfp_prog_prepare(struct nfp_prog *nfp_prog, const struct bpf_insn *prog, argument
111 nfp_map_ptrs_record(struct nfp_app_bpf *bpf, struct nfp_prog *nfp_prog, struct bpf_prog *prog) argument
191 nfp_bpf_verifier_prep(struct bpf_prog *prog) argument
219 nfp_bpf_translate(struct bpf_prog *prog) argument
247 nfp_bpf_destroy(struct bpf_prog *prog) argument
484 nfp_bpf_offload_check_mtu(struct nfp_net *nn, struct bpf_prog *prog, unsigned int mtu) argument
496 nfp_net_bpf_load(struct nfp_net *nn, struct bpf_prog *prog, struct netlink_ext_ack *extack) argument
575 nfp_net_bpf_offload(struct nfp_net *nn, struct bpf_prog *prog, bool old_prog, struct netlink_ext_ack *extack) argument
[all...]
/linux-master/tools/testing/selftests/net/
H A Dreuseport_bpf.c98 const struct bpf_insn prog[] = { local
/linux-master/kernel/bpf/
H A Dlocal_storage.c499 struct bpf_cgroup_storage *bpf_cgroup_storage_alloc(struct bpf_prog *prog, argument
/linux-master/drivers/hwmon/
H A Dthmc50.c89 int prog = i2c_smbus_read_byte_data(client, THMC50_REG_CONF); local
/linux-master/samples/bpf/
H A Dhbm.c119 static int prog_load(char *prog) argument
161 static int run_bpf_prog(char *prog, int cg_id) argument
452 char *prog = "hbm_out_kern.o"; local
[all...]
/linux-master/net/core/
H A Dlwt_bpf.c17 struct bpf_prog *prog; member in struct:bpf_lwt_prog
309 static void bpf_lwt_prog_destroy(struct bpf_lwt_prog *prog) argument
332 bpf_parse_prog(struct nlattr *attr, struct bpf_lwt_prog *prog, enum bpf_prog_type type) argument
443 bpf_fill_lwt_prog(struct sk_buff *skb, int attr, struct bpf_lwt_prog *prog) argument
[all...]
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c210 static const char *prog = "int bar(){};int foo(){bar();};int main(){foo();return 0;}"; variable
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c281 struct bpf_program *prog; local
577 struct bpf_program *prog; local
[all...]
/linux-master/drivers/net/netdevsim/
H A Dbpf.c31 struct bpf_prog *prog; member in struct:nsim_bpf_bound_prog
92 static void nsim_prog_set_loaded(struct bpf_prog *prog, bool loaded) argument
104 nsim_bpf_offload(struct netdevsim *ns, struct bpf_prog *prog, bool oldprog) argument
122 struct bpf_prog *prog = cls_bpf->prog; local
218 nsim_bpf_create_prog(struct nsim_dev *nsim_dev, struct bpf_prog *prog) argument
254 nsim_bpf_verifier_prep(struct bpf_prog *prog) argument
265 nsim_bpf_translate(struct bpf_prog *prog) argument
273 nsim_bpf_destroy_prog(struct bpf_prog *prog) argument
[all...]

Completed in 504 milliseconds

1234567891011>>