Home
last modified time | relevance | path

Searched defs:progs (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.3-rc2/tools/testing/selftests/hid/
A Dhid_bpf.c504 #define LOAD_PROGRAMS(progs) \ argument
583 const struct test_program progs[] = { in TEST_F() local
631 const struct test_program progs[] = { in TEST_F() local
714 const struct test_program progs[] = { in TEST_F() local
778 const struct test_program progs[] = { in TEST_F() local
818 const struct test_program progs[] = { in TEST_F() local
/linux-6.3-rc2/kernel/bpf/
A Dcgroup.c288 struct hlist_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release() local
406 struct bpf_prog_array *progs; in compute_effective_progs() local
556 static struct bpf_prog_list *find_attach_entry(struct hlist_head *progs, in find_attach_entry()
619 struct hlist_head *progs; in __cgroup_bpf_attach() local
747 struct bpf_prog_array *progs; in replace_effective_prog() local
799 struct hlist_head *progs; in __cgroup_bpf_replace() local
850 static struct bpf_prog_list *find_detach_entry(struct hlist_head *progs, in find_detach_entry()
897 struct bpf_prog_array *progs; in purge_effective_progs() local
955 struct hlist_head *progs; in __cgroup_bpf_detach() local
1084 struct hlist_head *progs; in __cgroup_bpf_query() local
A Dcore.c2254 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
2263 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local
2275 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
A Doffload.c45 struct list_head progs; member
/linux-6.3-rc2/include/net/netns/
A Dbpf.h24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/linux-6.3-rc2/samples/bpf/
A Dtest_cgrp2_sock2.c38 struct bpf_program *progs[2]; in main() local
A Dtask_fd_query_user.c23 static struct bpf_program *progs[2]; variable
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dtrampoline_count.c37 char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" }; in serial_test_trampoline_count() local
A Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/linux-6.3-rc2/drivers/hid/bpf/entrypoints/
A Dentrypoints.lskel.h15 } progs; member
/linux-6.3-rc2/include/linux/
A Dbpf-cgroup-defs.h59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
A Dhid_bpf.h136 struct hid_bpf_prog_list __rcu *progs[HID_BPF_PROG_TYPE_MAX]; /* attached BPF progs */ member
A Dskmsg.h87 struct sk_psock_progs progs; member
485 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_offload.py767 ret, progs = bpftool("prog", fail=False) variable
932 progs = bpftool_prog_list(expected=1) variable
986 progs = bpftool_prog_list(expected=1) variable
1000 progs = bpftool_prog_list(expected=1) variable
1059 progs = bpftool_prog_list(expected=1) variable
/linux-6.3-rc2/kernel/bpf/preload/iterators/
A Diterators.lskel-big-endian.h16 } progs; member
A Diterators.lskel-little-endian.h16 } progs; member
/linux-6.3-rc2/net/core/
A Dsock_map.c20 struct sk_psock_progs progs; member
219 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local
841 struct sk_psock_progs progs; member
1440 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_lookup() local
/linux-6.3-rc2/drivers/media/rc/
A Dbpf-lirc.c298 struct bpf_prog_array *progs; in lirc_prog_query() local
A Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/linux-6.3-rc2/drivers/hid/bpf/
A Dhid_bpf_jmp_table.c44 struct bpf_prog *progs[HID_BPF_MAX_PROGS]; /* idx -> progs mapping */ member
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.h1437 struct bpf_prog_skeleton *progs; member
1465 struct bpf_prog_skeleton *progs; member
/linux-6.3-rc2/lib/
A Dtest_bpf.c15042 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests()
15055 struct bpf_array *progs; in prepare_tail_call_tests() local
15170 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls()
15310 struct bpf_array *progs = NULL; in test_bpf_init() local
A Dtest_firmware.c1110 static const char * const progs[] = { in upload_err_inject_prog() local
/linux-6.3-rc2/arch/x86/net/
A Dbpf_jit_comp.c2342 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs, u8 *image, u8 *buf) in emit_bpf_dispatcher()
/linux-6.3-rc2/net/bpf/
A Dtest_run.c1542 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local

Completed in 79 milliseconds

12