| /kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/ |
| D | bpftool-cgroup.rst | 14 SYNOPSIS 24 CGROUP COMMANDS 47 DESCRIPTION 129 OPTIONS 136 EXAMPLES
|
| D | bpftool-prog.rst | 14 SYNOPSIS 27 PROG COMMANDS 66 DESCRIPTION 231 OPTIONS 260 EXAMPLES
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 10 SYNOPSIS 21 PROG COMMANDS 58 DESCRIPTION 211 OPTIONS 226 EXAMPLES
|
| D | bpftool-cgroup.rst | 10 SYNOPSIS 20 CGROUP COMMANDS 37 DESCRIPTION 119 OPTIONS 126 EXAMPLES
|
| /kernel/linux/linux-6.6/tools/testing/selftests/hid/ |
| D | hid_bpf.c | 504 #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
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | cgroup.c | 138 struct list_head *progs = &cgrp->bpf.progs[type]; in cgroup_bpf_release() local 249 struct bpf_prog_array *progs; in compute_effective_progs() local 399 static struct bpf_prog_list *find_attach_entry(struct list_head *progs, in find_attach_entry() 456 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_attach() local 545 struct bpf_prog_array *progs; in replace_effective_prog() local 594 struct list_head *progs = &cgrp->bpf.progs[link->type]; in __cgroup_bpf_replace() local 641 static struct bpf_prog_list *find_detach_entry(struct list_head *progs, in find_detach_entry() 688 struct bpf_prog_array *progs; in purge_effective_progs() local 743 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_detach() local 786 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_query() local
|
| /kernel/linux/linux-5.10/include/net/netns/ |
| D | bpf.h | 17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | cgroup.c | 305 struct hlist_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release() local 425 struct bpf_prog_array *progs; in compute_effective_progs() local 589 static struct bpf_prog_list *find_attach_entry(struct hlist_head *progs, in find_attach_entry() 652 struct hlist_head *progs; in __cgroup_bpf_attach() local 781 struct bpf_prog_array *progs; in replace_effective_prog() local 834 struct hlist_head *progs; in __cgroup_bpf_replace() local 885 static struct bpf_prog_list *find_detach_entry(struct hlist_head *progs, in find_detach_entry() 932 struct bpf_prog_array *progs; in purge_effective_progs() local 990 struct hlist_head *progs; in __cgroup_bpf_detach() local 1119 struct hlist_head *progs; in __cgroup_bpf_query() local
|
| /kernel/linux/linux-6.6/include/net/netns/ |
| D | bpf.h | 24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| D | test_cgrp2_sock2.c | 38 struct bpf_program *progs[2]; in main() local
|
| D | task_fd_query_user.c | 23 static struct bpf_program *progs[2]; variable
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | trampoline_count.c | 37 char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" }; in serial_test_trampoline_count() local
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf-cgroup-defs.h | 59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
|
| D | hid_bpf.h | 136 struct hid_bpf_prog_list __rcu *progs[HID_BPF_PROG_TYPE_MAX]; /* attached BPF progs */ member
|
| /kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
| D | entrypoints.lskel.h | 15 } progs; member
|
| /kernel/linux/linux-6.6/kernel/bpf/preload/iterators/ |
| D | iterators.lskel-big-endian.h | 16 } progs; member
|
| D | iterators.lskel-little-endian.h | 16 } progs; member
|
| /kernel/linux/linux-5.10/kernel/bpf/preload/iterators/ |
| D | iterators.skel.h | 19 } progs; member
|
| /kernel/linux/linux-6.6/net/core/ |
| 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 216 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local 860 struct sk_psock_progs progs; member 1475 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_lookup() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_offload.py | 767 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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_offload.py | 767 ret, progs = bpftool("prog", fail=False) variable 930 progs = bpftool_prog_list(expected=1) variable 984 progs = bpftool_prog_list(expected=1) variable 998 progs = bpftool_prog_list(expected=1) variable 1057 progs = bpftool_prog_list(expected=1) variable
|
| /kernel/linux/linux-5.10/drivers/media/rc/ |
| D | bpf-lirc.c | 294 struct bpf_prog_array *progs; in lirc_prog_query() local
|
| /kernel/linux/linux-6.6/drivers/media/rc/ |
| D | bpf-lirc.c | 298 struct bpf_prog_array *progs; in lirc_prog_query() local
|
| /kernel/linux/linux-5.10/net/core/ |
| 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() 872 struct sk_psock_progs progs; member 1493 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_update() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
| D | bench_htab_mem.c | 18 const char **progs; member
|