Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst10 SYNOPSIS
20 CGROUP COMMANDS
37 DESCRIPTION
119 OPTIONS
126 EXAMPLES
Dbpftool-prog.rst10 SYNOPSIS
21 PROG COMMANDS
58 DESCRIPTION
211 OPTIONS
226 EXAMPLES
/kernel/linux/linux-5.10/kernel/bpf/
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
Dtrampoline.c149 struct bpf_prog **progs; in bpf_trampoline_get_progs() local
Dbpf_struct_ops.c38 struct bpf_prog **progs; member
Doffload.c45 struct list_head progs; member
Dcore.c1932 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
/kernel/linux/linux-5.10/include/net/netns/
Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.skel.h19 } progs; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/net/core/
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()
874 struct sk_psock_progs progs; member
1494 struct sk_psock_progs *progs = sock_map_progs(map); in sock_map_prog_update() local
/kernel/linux/linux-5.10/include/linux/
Dskmsg.h92 struct sk_psock_progs progs; member
436 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
Dbpf-cgroup.h77 struct list_head progs[MAX_BPF_ATTACH_TYPE]; member
Dbpf.h597 struct bpf_prog *progs[BPF_MAX_TRAMP_PROGS]; member
707 struct bpf_dispatcher_prog progs[BPF_DISPATCHER_MAX]; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.h745 struct bpf_prog_skeleton *progs; member
Dlibbpf.c294 struct bpf_program **progs; member
612 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
/kernel/linux/linux-5.10/arch/x86/net/
Dbpf_jit_comp.c1916 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher()
/kernel/linux/linux-5.10/kernel/trace/
Dbpf_trace.c1990 struct bpf_prog_array *progs; in perf_event_query_prog_array() local