Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
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
Dcore.c2243 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
2252 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local
2258 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
Doffload.c45 struct list_head progs; member
/Linux-v6.1/include/net/netns/
Dbpf.h24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/Linux-v6.1/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
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtrampoline_count.c39 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
/Linux-v6.1/include/linux/
Dbpf-cgroup-defs.h59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
Dskmsg.h86 struct sk_psock_progs progs; member
484 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
Dbpf.h951 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member
/Linux-v6.1/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
Dxsk.c472 struct bpf_insn *progs[] = {prog, prog_redirect_flags}; in xsk_load_xdp_prog() local
/Linux-v6.1/kernel/bpf/preload/iterators/
Diterators.lskel.h16 } progs; member
/Linux-v6.1/net/core/
Dsock_map.c20 struct sk_psock_progs progs; member
219 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local
839 struct sk_psock_progs progs; member
1438 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_lookup() local
/Linux-v6.1/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-v6.1/tools/lib/bpf/
Dlibbpf.h1337 struct bpf_prog_skeleton *progs; member
1365 struct bpf_prog_skeleton *progs; member
Dlibbpf.c444 struct bpf_program **progs; member
790 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
12173 struct bpf_prog_skeleton *progs, in populate_skeleton_progs()
/Linux-v6.1/lib/
Dtest_bpf.c15043 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests()
15056 struct bpf_array *progs; in prepare_tail_call_tests() local
15171 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls()
15311 struct bpf_array *progs = NULL; in test_bpf_init() local
Dtest_firmware.c1109 static const char * const progs[] = { in upload_err_inject_prog() local
/Linux-v6.1/arch/x86/net/
Dbpf_jit_comp.c2250 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs, u8 *image, u8 *buf) in emit_bpf_dispatcher()
/Linux-v6.1/net/bpf/
Dtest_run.c1508 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
/Linux-v6.1/kernel/trace/
Dbpf_trace.c2183 struct bpf_prog_array *progs; in perf_event_query_prog_array() local