/openbmc/linux/tools/bpf/bpftool/Documentation/ |
H A D | bpftool-cgroup.rst | 14 SYNOPSIS 24 CGROUP COMMANDS 47 DESCRIPTION 129 OPTIONS 136 EXAMPLES
|
H A D | bpftool-prog.rst | 14 SYNOPSIS 27 PROG COMMANDS 66 DESCRIPTION 231 OPTIONS 260 EXAMPLES
|
/openbmc/linux/tools/testing/selftests/hid/ |
H A D | hid_bpf.c | 504 #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
|
/openbmc/linux/kernel/bpf/ |
H A D | cgroup.c | 305 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
|
H A D | core.c | 2440 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free() 2449 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local 2461 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
|
H A D | offload.c | 46 struct list_head progs; member
|
/openbmc/linux/include/net/netns/ |
H A D | bpf.h | 24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
|
/openbmc/linux/samples/bpf/ |
H A D | test_cgrp2_sock2.c | 38 struct bpf_program *progs[2]; in main() local
|
H A D | task_fd_query_user.c | 23 static struct bpf_program *progs[2]; variable
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | trampoline_count.c | 37 char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" }; in serial_test_trampoline_count() local
|
H A D | flow_dissector_reattach.c | 607 int i, progs[2] = { -1, -1 }; in run_tests() local
|
/openbmc/linux/drivers/hid/bpf/entrypoints/ |
H A D | entrypoints.lskel.h | 15 } progs; member
|
/openbmc/linux/include/linux/ |
H A D | bpf-cgroup-defs.h | 59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
|
H A D | hid_bpf.h | 136 struct hid_bpf_prog_list __rcu *progs[HID_BPF_PROG_TYPE_MAX]; /* attached BPF progs */ member
|
H 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()
|
/openbmc/linux/kernel/bpf/preload/iterators/ |
H A D | iterators.lskel-big-endian.h | 16 } progs; member
|
H A D | iterators.lskel-little-endian.h | 16 } progs; member
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_offload.py | 767 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
|
/openbmc/linux/net/core/ |
H A D | sock_map.c | 20 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 854 struct sk_psock_progs progs; member 1469 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_lookup() local
|
/openbmc/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 21 } progs; member
|
/openbmc/linux/drivers/media/rc/ |
H A D | bpf-lirc.c | 298 struct bpf_prog_array *progs; in lirc_prog_query() local
|
/openbmc/linux/tools/testing/selftests/bpf/benchs/ |
H A D | bench_htab_mem.c | 18 const char **progs; member
|
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_jmp_table.c | 44 struct bpf_prog *progs[HID_BPF_MAX_PROGS]; /* idx -> progs mapping */ member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.h | 1561 struct bpf_prog_skeleton *progs; member 1589 struct bpf_prog_skeleton *progs; member
|
/openbmc/linux/lib/ |
H A D | test_bpf.c | 15034 static void __init destroy_tail_call_tests(struct bpf_array *progs) in destroy_tail_call_tests() 15047 struct bpf_array *progs; in prepare_tail_call_tests() local 15161 static __init int test_tail_calls(struct bpf_array *progs) in test_tail_calls() 15301 struct bpf_array *progs = NULL; in test_bpf_init() local
|