Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst14 SYNOPSIS
27 PROG COMMANDS
66 DESCRIPTION
231 OPTIONS
260 EXAMPLES
H A Dbpftool-cgroup.rst14 SYNOPSIS
24 CGROUP COMMANDS
47 DESCRIPTION
129 OPTIONS
136 EXAMPLES
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c504 #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 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
800 struct hlist_head *progs; in __cgroup_bpf_replace() local
851 static struct bpf_prog_list *find_detach_entry(struct hlist_head *progs, in find_detach_entry()
898 struct bpf_prog_array *progs; in purge_effective_progs() local
956 struct hlist_head *progs; in __cgroup_bpf_detach() local
1085 struct hlist_head *progs; in __cgroup_bpf_query() local
H A Dcore.c2421 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
2430 struct bpf_prog_array *progs; in __bpf_prog_array_free_sleepable_cb() local
2442 void bpf_prog_array_free_sleepable(struct bpf_prog_array *progs) in bpf_prog_array_free_sleepable()
H A Doffload.c46 struct list_head progs; member
/openbmc/linux/include/net/netns/
H A Dbpf.h24 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/openbmc/linux/samples/bpf/
H A Dtest_cgrp2_sock2.c38 struct bpf_program *progs[2]; in main() local
H A Dtask_fd_query_user.c23 static struct bpf_program *progs[2]; variable
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtrampoline_count.c37 char *const progs[] = { "fentry_test", "fmod_ret_test", "fexit_test" }; in serial_test_trampoline_count() local
H A Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/openbmc/linux/include/linux/
H A Dbpf-cgroup-defs.h59 struct hlist_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
H A Dhid_bpf.h136 struct hid_bpf_prog_list __rcu *progs[HID_BPF_PROG_TYPE_MAX]; /* attached BPF progs */ member
H A Dskmsg.h87 struct sk_psock_progs progs; member
488 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
/openbmc/linux/drivers/hid/bpf/entrypoints/
H A Dentrypoints.lskel.h15 } progs; member
/openbmc/linux/kernel/bpf/preload/iterators/
H A Diterators.lskel-big-endian.h16 } progs; member
H A Diterators.lskel-little-endian.h16 } progs; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_offload.py767 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 Dsock_map.c20 struct sk_psock_progs progs; member
149 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_del_link() local
215 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_link() local
850 struct sk_psock_progs progs; member
1460 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_lookup() local
/openbmc/qemu/ebpf/
H A Drss.bpf.skeleton.h21 } progs; member
/openbmc/linux/drivers/media/rc/
H A Dbpf-lirc.c298 struct bpf_prog_array *progs; in lirc_prog_query() local
/openbmc/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c18 const char **progs; member
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c44 struct bpf_prog *progs[HID_BPF_MAX_PROGS]; /* idx -> progs mapping */ member
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.h1561 struct bpf_prog_skeleton *progs; member
1589 struct bpf_prog_skeleton *progs; member
/openbmc/linux/lib/
H A Dtest_bpf.c15034 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

12