Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dcgroup.c121 struct list_head *progs = &cgrp->bpf.progs[atype]; in cgroup_bpf_release() local
232 struct bpf_prog_array *progs; in compute_effective_progs() local
382 static struct bpf_prog_list *find_attach_entry(struct list_head *progs, in find_attach_entry()
444 struct list_head *progs; in __cgroup_bpf_attach() local
535 struct bpf_prog_array *progs; in replace_effective_prog() local
587 struct list_head *progs; in __cgroup_bpf_replace() local
638 static struct bpf_prog_list *find_detach_entry(struct list_head *progs, in find_detach_entry()
687 struct list_head *progs; in __cgroup_bpf_detach() local
741 struct list_head *progs; in __cgroup_bpf_query() local
Dtrampoline.c179 struct bpf_prog **progs; in bpf_trampoline_get_progs() local
Dbpf_struct_ops.c39 struct bpf_prog **progs; member
Doffload.c45 struct list_head progs; member
Dcore.c1986 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
/Linux-v5.15/include/net/netns/
Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/Linux-v5.15/samples/bpf/
Dtest_cgrp2_sock2.c38 struct bpf_program *progs[2]; in main() local
Dtask_fd_query_user.c24 static struct bpf_program *progs[2]; variable
/Linux-v5.15/lib/
Dtest_bpf.c9097 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests()
9110 struct bpf_array *progs; in prepare_tail_call_tests() local
9191 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls()
9233 struct bpf_array *progs = NULL; in test_bpf_init() local
/Linux-v5.15/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
/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.skel.h19 } progs; member
/Linux-v5.15/net/core/
Dsock_map.c20 struct sk_psock_progs progs; member
216 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local
827 struct sk_psock_progs progs; member
1418 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_update() local
/Linux-v5.15/drivers/media/rc/
Dbpf-lirc.c294 struct bpf_prog_array *progs; in lirc_prog_query() local
Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/Linux-v5.15/include/linux/
Dskmsg.h87 struct sk_psock_progs progs; member
493 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
Dbpf-cgroup.h141 struct list_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
Dbpf.h594 struct bpf_prog *progs[BPF_MAX_TRAMP_PROGS]; member
705 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/Linux-v5.15/net/bpf/
Dtest_run.c924 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h868 struct bpf_prog_skeleton *progs; member
Dxsk.c496 struct bpf_insn *progs[] = {prog, prog_redirect_flags}; in xsk_load_xdp_prog() local
Dlibbpf.c316 struct bpf_program **progs; member
665 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
/Linux-v5.15/arch/x86/net/
Dbpf_jit_comp.c2145 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher()
/Linux-v5.15/kernel/trace/
Dbpf_trace.c1804 struct bpf_prog_array *progs; in perf_event_query_prog_array() local