Home
last modified time | relevance | path

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

12

/linux-6.14.4/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst14 SYNOPSIS
24 CGROUP COMMANDS
50 DESCRIPTION
130 OPTIONS
137 EXAMPLES
Dbpftool-prog.rst14 SYNOPSIS
27 PROG COMMANDS
68 DESCRIPTION
212 OPTIONS
238 EXAMPLES
/linux-6.14.4/tools/testing/selftests/hid/
Dhid_bpf.c69 #define LOAD_PROGRAMS(progs) \ argument
157 const struct test_program progs[] = { in TEST_F() local
208 const struct test_program progs[] = { in TEST_F() local
248 const struct test_program progs[] = { in TEST_F() local
264 const struct test_program progs[] = { in TEST_F() local
351 const struct test_program progs[] = { in TEST_F() local
506 const struct test_program progs[] = { in TEST_F() local
559 const struct test_program progs[] = { in TEST_F() local
585 const struct test_program progs[] = { in TEST_F() local
608 const struct test_program progs[] = { in TEST_F() local
[all …]
/linux-6.14.4/kernel/bpf/
Dcgroup.c305 struct hlist_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release() local
423 struct bpf_prog_array *progs; in compute_effective_progs() local
573 static struct bpf_prog_list *find_attach_entry(struct hlist_head *progs, in find_attach_entry()
636 struct hlist_head *progs; in __cgroup_bpf_attach() local
764 struct bpf_prog_array *progs; in replace_effective_prog() local
817 struct hlist_head *progs; in __cgroup_bpf_replace() local
868 static struct bpf_prog_list *find_detach_entry(struct hlist_head *progs, in find_detach_entry()
915 struct bpf_prog_array *progs; in purge_effective_progs() local
973 struct hlist_head *progs; in __cgroup_bpf_detach() local
1102 struct hlist_head *progs; in __cgroup_bpf_query() local
Dcore.c2498 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
2507 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local
2519 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
Doffload.c46 struct list_head progs; member
/linux-6.14.4/include/net/netns/
Dbpf.h24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/linux-6.14.4/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
Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
Dtoken.c96 __u64 progs; member
/linux-6.14.4/tools/testing/selftests/net/
Dbpf_offload.py706 ret, progs = bpftool("prog", fail=False) variable
871 progs = bpftool_prog_list(expected=1) variable
925 progs = bpftool_prog_list(expected=1) variable
939 progs = bpftool_prog_list(expected=1) variable
1008 progs = bpftool_prog_list(expected=1) variable
/linux-6.14.4/include/linux/
Dbpf-cgroup-defs.h64 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
Dskmsg.h91 struct sk_psock_progs progs; member
507 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
/linux-6.14.4/kernel/bpf/preload/iterators/
Diterators.lskel-big-endian.h16 } progs; member
Diterators.lskel-little-endian.h16 } progs; member
/linux-6.14.4/net/core/
Dsock_map.c20 struct sk_psock_progs progs; member
152 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_del_link() local
219 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local
863 struct sk_psock_progs progs; member
1478 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_link_lookup() local
/linux-6.14.4/drivers/media/rc/
Dbpf-lirc.c298 struct bpf_prog_array *progs; in lirc_prog_query() local
Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/linux-6.14.4/samples/bpf/
Dtask_fd_query_user.c23 static struct bpf_program *progs[2]; variable
/linux-6.14.4/tools/testing/selftests/bpf/benchs/
Dbench_htab_mem.c18 const char **progs; member
/linux-6.14.4/tools/lib/bpf/
Dlibbpf.h1728 struct bpf_prog_skeleton *progs; member
1756 struct bpf_prog_skeleton *progs; member
/linux-6.14.4/lib/
Dtest_bpf.c15447 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests()
15460 struct bpf_array *progs; in prepare_tail_call_tests() local
15575 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls()
15715 struct bpf_array *progs = NULL; in test_bpf_init() local
Dtest_firmware.c1156 static const char * const progs[] = { in upload_err_inject_prog() local
/linux-6.14.4/net/bpf/
Dtest_run.c1434 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_sockmap.c68 struct bpf_program *progs[9]; variable

12