Searched defs:prog (Results 126 - 150 of 374) sorted by last modified time

1234567891011>>

/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c394 struct sock_fprog prog = { local
428 struct sock_fprog prog = { }; local
465 struct sock_fprog prog = { }; local
502 struct sock_fprog prog = { local
525 struct sock_fprog prog = { local
550 struct sock_fprog prog = { local
567 struct sock_fprog prog = { local
586 struct sock_fprog prog = { local
608 struct sock_fprog prog = { local
630 struct sock_fprog prog = { local
651 struct sock_fprog prog = { local
673 struct sock_fprog prog = { local
706 struct sock_fprog prog = { local
745 struct sock_fprog prog = { local
930 struct sock_fprog prog = { local
1047 struct sock_fprog prog; local
1658 struct sock_fprog prog; local
2035 struct sock_fprog prog; local
2142 struct sock_fprog prog = { local
2243 struct sock_fprog prog = { local
2266 struct sock_fprog prog = { local
2291 struct sock_fprog prog = { local
2310 struct sock_fprog prog = { local
2362 struct sock_fprog prog = { local
2489 struct sock_fprog prog = { local
2519 struct sock_fprog *prog; member in struct:tsync_sibling
2670 struct sock_fprog prog = { local
3035 struct sock_fprog prog = { local
3294 struct sock_fprog prog = { local
3351 struct sock_fprog prog = { local
3372 struct sock_fprog prog = { local
[all...]
H A Dseccomp_benchmark.c180 struct sock_fprog prog = { local
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c59 void usage(char *prog) argument
/linux-master/tools/testing/selftests/bpf/
H A Dtest_verifier.c581 struct bpf_insn prog[] = { local
592 struct bpf_insn prog[] = { local
972 static void fixup_prog_kfuncs(struct bpf_insn *prog, int *fd_array, argument
1011 do_test_fixup(struct bpf_test *test, enum bpf_prog_type prog_type, struct bpf_insn *prog, int *map_fds, int *fd_array) argument
1518 struct bpf_insn *prog = test->insns; local
[all...]
H A Dtest_loader.c170 parse_test_spec(struct test_loader *tester, struct bpf_object *obj, struct bpf_program *prog, struct test_spec *spec) argument
362 prepare_case(struct test_loader *tester, struct test_spec *spec, struct bpf_object *obj, struct bpf_program *prog) argument
399 validate_case(struct test_loader *tester, struct test_subspec *subspec, struct bpf_object *obj, struct bpf_program *prog, int load_err) argument
678 struct bpf_program *prog; local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dspin_lock.c79 struct bpf_program *prog; local
H A Dsock_destroy.c11 static void start_iter_sockets(struct bpf_program *prog) argument
H A Drcu_read_lock.c89 struct bpf_program *prog; local
116 struct bpf_program *prog; local
H A Dctx_rewrite.c690 struct bpf_insn *prog; member in struct:prog_info
H A Dcpumask.c27 struct bpf_program *prog; local
H A Dbtf.c4787 struct bpf_program *prog; local
H A Dbpf_verif_scale.c23 struct bpf_program *prog; local
/linux-master/tools/lib/bpf/
H A Dfeatures.c283 int ret, map, prog, insn_cnt = ARRAY_SIZE(insns); local
/linux-master/samples/seccomp/
H A Duser-trap.c100 struct sock_fprog prog = { local
/linux-master/samples/bpf/
H A Dmap_perf_test_user.c428 struct bpf_program *prog; local
/linux-master/net/sunrpc/
H A Dsvc.c454 __svc_create(struct svc_program *prog, struct svc_stat *stats, argument
529 svc_create(struct svc_program *prog, unsigned int bufsize, int (*threadfn)(void *data)) argument
545 svc_create_pooled(struct svc_program *prog, struct svc_stat *stats, unsigned int bufsize, int (*threadfn)(void *data)) argument
[all...]
H A Dstats.c39 const struct rpc_program *prog = statp->program; local
84 const struct svc_program *prog = statp->program; local
/linux-master/net/sched/
H A Dcls_bpf.c87 struct cls_bpf_prog *prog; local
140 cls_bpf_is_ebpf(const struct cls_bpf_prog *prog) argument
145 cls_bpf_offload_cmd(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct cls_bpf_prog *oldprog, struct netlink_ext_ack *extack) argument
197 cls_bpf_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct cls_bpf_prog *oldprog, struct netlink_ext_ack *extack) argument
216 cls_bpf_stop_offload(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct netlink_ext_ack *extack) argument
227 cls_bpf_offload_update_stats(struct tcf_proto *tp, struct cls_bpf_prog *prog) argument
258 cls_bpf_free_parms(struct cls_bpf_prog *prog) argument
269 __cls_bpf_delete_prog(struct cls_bpf_prog *prog) argument
280 struct cls_bpf_prog *prog = container_of(to_rcu_work(work), local
288 __cls_bpf_delete(struct tcf_proto *tp, struct cls_bpf_prog *prog, struct netlink_ext_ack *extack) argument
317 struct cls_bpf_prog *prog, *tmp; local
329 struct cls_bpf_prog *prog; local
339 cls_bpf_prog_from_ops(struct nlattr **tb, struct cls_bpf_prog *prog) argument
376 cls_bpf_prog_from_efd(struct nlattr **tb, struct cls_bpf_prog *prog, u32 gen_flags, const struct tcf_proto *tp) argument
420 struct cls_bpf_prog *prog; local
538 cls_bpf_dump_bpf_info(const struct cls_bpf_prog *prog, struct sk_buff *skb) argument
556 cls_bpf_dump_ebpf_info(const struct cls_bpf_prog *prog, struct sk_buff *skb) argument
580 struct cls_bpf_prog *prog = fh; local
633 struct cls_bpf_prog *prog = fh; local
642 struct cls_bpf_prog *prog; local
656 struct cls_bpf_prog *prog; local
[all...]
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/net/netfilter/
H A Dnf_bpf_link.c14 const struct bpf_prog *prog = bpf_prog; local
207 int bpf_nf_link_attach(const union bpf_attr *attr, struct bpf_prog *prog) argument
315 bpf_nf_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) argument
286 nf_is_valid_access(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog, struct bpf_insn_access_aux *info) argument
/linux-master/net/kcm/
H A Dkcmsock.c389 struct bpf_prog *prog = psock->bpf_prog; local
1319 struct bpf_prog *prog; local
1213 kcm_attach(struct socket *sock, struct socket *csock, struct bpf_prog *prog) argument
[all...]
/linux-master/kernel/bpf/
H A Dmap_iter.c48 struct bpf_prog *prog; local
100 static int bpf_iter_attach_map(struct bpf_prog *prog, argument
H A Dinode.c558 struct bpf_prog *prog; local
585 struct bpf_prog *prog; local
[all...]
H A Ddevmap.c863 struct bpf_prog *prog = NULL; local
[all...]
H A Dbpf_lsm.c143 static bool bpf_ima_inode_hash_allowed(const struct bpf_prog *prog) argument
97 bpf_lsm_verify_prog(struct bpf_verifier_log *vlog, const struct bpf_prog *prog) argument
197 bpf_lsm_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog) argument
380 bpf_lsm_is_trusted(const struct bpf_prog *prog) argument
[all...]

Completed in 520 milliseconds

1234567891011>>