| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | offload.c | 45 struct list_head progs; member
|
| H A D | cgroup.c | 121 struct list_head *progs = &cgrp->bpf.progs[type]; in cgroup_bpf_release() local 232 struct bpf_prog_array *progs; in compute_effective_progs() local 382 find_attach_entry(struct list_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, struct bpf_prog *replace_prog, bool allow_multi) find_attach_entry() argument 439 struct list_head *progs = &cgrp->bpf.progs[type]; __cgroup_bpf_attach() local 528 struct bpf_prog_array *progs; replace_effective_prog() local 577 struct list_head *progs = &cgrp->bpf.progs[link->type]; __cgroup_bpf_replace() local 624 find_detach_entry(struct list_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, bool allow_multi) find_detach_entry() argument 671 struct bpf_prog_array *progs; purge_effective_progs() local 726 struct list_head *progs = &cgrp->bpf.progs[type]; __cgroup_bpf_detach() local 769 struct list_head *progs = &cgrp->bpf.progs[type]; __cgroup_bpf_query() local [all...] |
| H A D | core.c | 1938 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free() argument
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| H A D | rc-core-priv.h | 65 struct bpf_prog_array __rcu *progs; member
|
| /kernel/linux/linux-6.6/drivers/media/rc/ |
| H A D | rc-core-priv.h | 65 struct bpf_prog_array __rcu *progs; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | offload.c | 46 struct list_head progs; member [all...] |
| H A D | cgroup.c | 288 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 find_attach_entry(struct hlist_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, struct bpf_prog *replace_prog, bool allow_multi) find_attach_entry() argument 619 struct hlist_head *progs; __cgroup_bpf_attach() local 747 struct bpf_prog_array *progs; replace_effective_prog() local 800 struct hlist_head *progs; __cgroup_bpf_replace() local 851 find_detach_entry(struct hlist_head *progs, struct bpf_prog *prog, struct bpf_cgroup_link *link, bool allow_multi) find_detach_entry() argument 898 struct bpf_prog_array *progs; purge_effective_progs() local 956 struct hlist_head *progs; __cgroup_bpf_detach() local 1085 struct hlist_head *progs; __cgroup_bpf_query() local [all...] |
| H A D | core.c | 2419 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free() argument 2428 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local 2440 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable() argument [all...] |
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
| H A D | hid_bpf.c | 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[] = { TEST_F() local 818 const struct test_program progs[] = { TEST_F() local [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_offload.py | 930 progs = bpftool_prog_list(expected=1) global() variable 984 progs = bpftool_prog_list(expected=1) global() variable 998 progs = bpftool_prog_list(expected=1) global() variable 1057 progs = bpftool_prog_list(expected=1) global() variable [all...] |
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | skmsg.h | 92 struct sk_psock_progs progs; member 438 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop() argument
|
| H A D | bpf.h | 601 struct bpf_prog *progs[BPF_MAX_TRAMP_PROGS]; member 711 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member [all...] |
| /kernel/linux/linux-5.10/tools/lib/bpf/ |
| H A D | libbpf.h | 745 struct bpf_prog_skeleton *progs; member
|
| /kernel/linux/linux-5.10/net/core/ |
| H A D | sock_map.c | 20 struct sk_psock_progs progs; member 231 static int sock_map_link(struct bpf_map *map, struct sk_psock_progs *progs, in sock_map_link() argument 872 struct sk_psock_progs progs; global() member 1492 struct sk_psock_progs *progs = sock_map_progs(map); sock_map_prog_update() local [all...] |
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | skmsg.h | 87 struct sk_psock_progs progs; member 486 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop() argument
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_offload.py | 932 progs = bpftool_prog_list(expected=1) global() variable 986 progs = bpftool_prog_list(expected=1) global() variable 1000 progs = bpftool_prog_list(expected=1) global() variable 1059 progs = bpftool_prog_list(expected=1) global() variable [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | test_firmware.c | 1155 static const char * const progs[] = { in upload_err_inject_prog() local
|
| /kernel/linux/linux-6.6/net/bpf/ |
| H A D | test_run.c | 1373 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
|
| /kernel/linux/linux-6.6/net/core/ |
| H A D | sock_map.c | 20 struct sk_psock_progs progs; member 149 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_del_link() local 215 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local 850 struct sk_psock_progs progs; global() member 1460 struct sk_psock_progs *progs = sock_map_progs(map); sock_map_prog_lookup() local [all...] |
| /kernel/linux/linux-5.10/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 1916 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher() argument [all...] |
| /kernel/linux/linux-5.10/kernel/trace/ |
| H A D | bpf_trace.c | 1994 struct bpf_prog_array *progs; in perf_event_query_prog_array() local
|
| /kernel/linux/linux-6.6/arch/x86/net/ |
| H A D | bpf_jit_comp.c | 2611 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs, u8 *image, u8 *buf) in emit_bpf_dispatcher() argument [all...] |
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | libbpf.h | 1561 struct bpf_prog_skeleton *progs; member 1589 struct bpf_prog_skeleton *progs; member
|
| /third_party/libbpf/src/ |
| H A D | libbpf.h | 1649 struct bpf_prog_skeleton *progs; member 1677 struct bpf_prog_skeleton *progs; member
|
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | bpf_trace.c | 2238 struct bpf_prog_array *progs; in perf_event_query_prog_array() local
|