Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dcgroup.c121 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 Dtrampoline.c180 struct bpf_prog **progs; in bpf_trampoline_get_progs() local
A Dbpf_struct_ops.c39 struct bpf_prog **progs; member
A Doffload.c45 struct list_head progs; member
A Dcore.c1994 void bpf_prog_array_free(struct bpf_prog_array *progs) in bpf_prog_array_free()
/linux/include/net/netns/
A Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/linux/samples/bpf/
A Dtest_cgrp2_sock2.c38 struct bpf_program *progs[2]; in main() local
A Dtask_fd_query_user.c24 static struct bpf_program *progs[2]; variable
/linux/tools/testing/selftests/bpf/
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
/linux/kernel/bpf/preload/iterators/
A Diterators.skel.h19 } progs; member
/linux/net/core/
A Dsock_map.c20 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 Dbpf-lirc.c294 struct bpf_prog_array *progs; in lirc_prog_query() local
A Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/linux/include/linux/
A Dskmsg.h87 struct sk_psock_progs progs; member
493 static inline void psock_progs_drop(struct sk_psock_progs *progs) in psock_progs_drop()
A Dbpf-cgroup.h141 struct list_head progs[MAX_CGROUP_BPF_ATTACH_TYPE]; member
A Dbpf.h603 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 Dflow_dissector_reattach.c607 int i, progs[2] = { -1, -1 }; in run_tests() local
/linux/net/bpf/
A Dtest_run.c930 struct bpf_prog_array *progs = NULL; in bpf_prog_test_run_sk_lookup() local
/linux/lib/
A Dtest_bpf.c14736 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 Dlibbpf.h973 struct bpf_prog_skeleton *progs; member
A Dxsk.c496 struct bpf_insn *progs[] = {prog, prog_redirect_flags}; in xsk_load_xdp_prog() local
A Dlibbpf.c340 struct bpf_program **progs; member
713 struct bpf_program *prog, *progs; in bpf_object__add_programs() local
/linux/arch/x86/net/
A Dbpf_jit_comp.c2134 static int emit_bpf_dispatcher(u8 **pprog, int a, int b, s64 *progs) in emit_bpf_dispatcher()
/linux/kernel/trace/
A Dbpf_trace.c1870 struct bpf_prog_array *progs; in perf_event_query_prog_array() local

Completed in 96 milliseconds