Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst14 SYNOPSIS
24 CGROUP COMMANDS
47 DESCRIPTION
129 OPTIONS
136 EXAMPLES
Dbpftool-prog.rst14 SYNOPSIS
27 PROG COMMANDS
66 DESCRIPTION
231 OPTIONS
260 EXAMPLES
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst10 SYNOPSIS
21 PROG COMMANDS
58 DESCRIPTION
211 OPTIONS
226 EXAMPLES
Dbpftool-cgroup.rst10 SYNOPSIS
20 CGROUP COMMANDS
37 DESCRIPTION
119 OPTIONS
126 EXAMPLES
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
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
/kernel/linux/linux-5.10/kernel/bpf/
Dcgroup.c138 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/
Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/kernel/linux/linux-6.6/kernel/bpf/
Dcgroup.c305 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/
Dbpf.h24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/kernel/linux/linux-6.6/samples/bpf/
Dtest_cgrp2_sock2.c38 struct bpf_program *progs[2]; in main() local
Dtask_fd_query_user.c23 static struct bpf_program *progs[2]; variable
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
Dtrampoline_count.c37 char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" }; in serial_test_trampoline_count() local
/kernel/linux/linux-6.6/include/linux/
Dbpf-cgroup-defs.h59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
Dhid_bpf.h136 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/
Dentrypoints.lskel.h15 } progs; member
/kernel/linux/linux-6.6/kernel/bpf/preload/iterators/
Diterators.lskel-big-endian.h16 } progs; member
Diterators.lskel-little-endian.h16 } progs; member
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.skel.h19 } progs; member
/kernel/linux/linux-6.6/net/core/
Dsock_map.c20 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/
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
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_offload.py767 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/
Dbpf-lirc.c294 struct bpf_prog_array *progs; in lirc_prog_query() local
/kernel/linux/linux-6.6/drivers/media/rc/
Dbpf-lirc.c298 struct bpf_prog_array *progs; in lirc_prog_query() local
/kernel/linux/linux-5.10/net/core/
Dsock_map.c20 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/
Dbench_htab_mem.c18 const char **progs; member

123