Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst10 SYNOPSIS
21 PROG COMMANDS
58 DESCRIPTION
211 OPTIONS
226 EXAMPLES
H A Dbpftool-cgroup.rst10 SYNOPSIS
20 CGROUP COMMANDS
37 DESCRIPTION
119 OPTIONS
126 EXAMPLES
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c121 struct list_head *progs = &cgrp->bpf.progs[type]; 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()
439 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_attach() local
528 struct bpf_prog_array *progs; in replace_effective_prog() local
577 struct list_head *progs = &cgrp->bpf.progs[link->type]; in __cgroup_bpf_replace() local
624 static struct bpf_prog_list *find_detach_entry(struct list_head *progs, in find_detach_entry()
671 struct bpf_prog_array *progs; in purge_effective_progs() local
726 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_detach() local
769 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_query() local
H A Dtrampoline.c151 struct bpf_prog **progs; in bpf_trampoline_get_progs() local
H A Dbpf_struct_ops.c39 struct bpf_prog **progs; member
H A Doffload.c45 struct list_head progs; member
H A Dcore.c1937 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.h97 glamor_program progs[4]; member
130 glamor_program progs[glamor_program_source_count][glamor_program_alpha_count]; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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
/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.skel.h19 } progs; member
/OK3568_Linux_fs/kernel/net/core/
H A Dsock_map.c20 struct sk_psock_progs progs; member
233 static int sock_map_link(struct bpf_map *map, struct sk_psock_progs *progs, in sock_map_link()
872 struct sk_psock_progs progs; member
1492 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_update() local
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dbpf-lirc.c294 struct bpf_prog_array *progs; in lirc_prog_query() local
H A Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dskmsg.h92 struct sk_psock_progs progs; member
436 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
H A Dbpf-cgroup.h90 struct list_head progs[MAX_BPF_ATTACH_TYPE]; member
H A Dbpf.h553 struct bpf_prog *progs[BPF_MAX_TRAMP_PROGS]; member
663 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c810 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.h745 struct bpf_prog_skeleton *progs; member
H A Dlibbpf.c294 struct bpf_program **progs; member
612 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
/OK3568_Linux_fs/kernel/arch/x86/net/
H A Dbpf_jit_comp.c1913 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dbpf_trace.c1976 struct bpf_prog_array *progs; in perf_event_query_prog_array() local
/OK3568_Linux_fs/u-boot/common/
H A Dcli_hush.c255 struct child_prog *progs; /* array of commands in pipe */ member