/linux/kernel/bpf/ |
A D | cgroup.c | 121 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 549 struct bpf_prog_array *progs; in replace_effective_prog() local 601 struct list_head *progs; in __cgroup_bpf_replace() local 652 static struct bpf_prog_list *find_detach_entry(struct list_head *progs, in find_detach_entry() 701 struct list_head *progs; in __cgroup_bpf_detach() local 766 struct list_head *progs; in __cgroup_bpf_query() local
|
A D | trampoline.c | 180 struct bpf_prog **progs; in bpf_trampoline_get_progs() local
|
A D | bpf_struct_ops.c | 39 struct bpf_prog **progs; member
|
A D | offload.c | 45 struct list_head progs; member
|
A D | core.c | 1994 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
|
/linux/include/net/netns/ |
A D | bpf.h | 17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
|
/linux/samples/bpf/ |
A D | test_cgrp2_sock2.c | 38 struct bpf_program *progs[2]; in main() local
|
A D | task_fd_query_user.c | 24 static struct bpf_program *progs[2]; variable
|
/linux/tools/testing/selftests/bpf/ |
A 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
|
/linux/kernel/bpf/preload/iterators/ |
A D | iterators.skel.h | 19 } progs; member
|
/linux/net/core/ |
A D | sock_map.c | 20 struct sk_psock_progs progs; member 219 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local 826 struct sk_psock_progs progs; member 1417 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_update() local
|
/linux/drivers/media/rc/ |
A D | bpf-lirc.c | 294 struct bpf_prog_array *progs; in lirc_prog_query() local
|
A D | rc-core-priv.h | 65 struct bpf_prog_array __rcu *progs; member
|
/linux/include/linux/ |
A D | skmsg.h | 87 struct sk_psock_progs progs; member 493 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
|
A D | bpf-cgroup.h | 141 struct list_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
|
A D | bpf.h | 603 struct bpf_prog *progs[BPF_MAX_TRAMP_PROGS]; member 714 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | flow_dissector_reattach.c | 607 int i, progs[2] = { -1, -1 }; in run_tests() local
|
/linux/net/bpf/ |
A D | test_run.c | 930 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
|
/linux/lib/ |
A D | test_bpf.c | 14736 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests() 14749 struct bpf_array *progs; in prepare_tail_call_tests() local 14864 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls() 15004 struct bpf_array *progs = NULL; in test_bpf_init() local
|
/linux/tools/lib/bpf/ |
A D | libbpf.h | 973 struct bpf_prog_skeleton *progs; member
|
A D | xsk.c | 496 struct bpf_insn *progs[] = {prog, prog_redirect_flags}; in xsk_load_xdp_prog() local
|
A D | libbpf.c | 340 struct bpf_program **progs; member 713 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
|
/linux/arch/x86/net/ |
A D | bpf_jit_comp.c | 2134 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher()
|
/linux/kernel/trace/ |
A D | bpf_trace.c | 1870 struct bpf_prog_array *progs; in perf_event_query_prog_array() local
|