Home
last modified time | relevance | path

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

12

/kernel/linux/linux-4.19/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst10 SYNOPSIS
20 MAP COMMANDS
35 DESCRIPTION
97 OPTIONS
115 EXAMPLES
138 SEE ALSO
Dbpftool-prog.rst10 SYNOPSIS
20 MAP COMMANDS
42 DESCRIPTION
96 OPTIONS
114 EXAMPLES
192 SEE ALSO
/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-4.19/kernel/bpf/
Dcgroup.c31 struct list_head *progs = &cgrp->bpf.progs[type]; in cgroup_bpf_put() local
100 struct bpf_prog_array *progs; in compute_effective_progs() local
233 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_attach() local
341 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_detach() local
411 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_query() local
Dsockmap.c60 struct bpf_sock_progs progs; member
75 struct bpf_sock_progs progs; member
1869 struct bpf_sock_progs *progs, in __sock_map_ctx_update_elem()
1989 struct bpf_sock_progs *progs = &stab->progs; in sock_map_ctx_update_elem() local
2046 struct bpf_sock_progs *progs; in sock_map_prog() local
2145 struct bpf_sock_progs *progs; in sock_map_release() local
2382 struct bpf_sock_progs *progs = &htab->progs; in sock_hash_ctx_update_elem() local
Doffload.c43 struct list_head progs; member
/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()
670 struct list_head *progs = &cgrp->bpf.progs[type]; in __cgroup_bpf_detach() local
717 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
/kernel/linux/linux-5.10/include/net/netns/
Dbpf.h17 struct bpf_prog *progs[MAX_NETNS_BPF_ATTACH_TYPE]; member
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_offload.py619 ret, progs = bpftool("prog", fail=False) variable
770 progs = bpftool_prog_list(expected=1) variable
821 progs = bpftool_prog_list(expected=1) variable
835 progs = bpftool_prog_list(expected=1) variable
893 progs = bpftool_prog_list(expected=1) variable
/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-4.19/drivers/media/rc/
Dbpf-lirc.c263 struct bpf_prog_array __rcu *progs; in lirc_prog_query() local
Drc-core-priv.h65 struct bpf_prog_array __rcu *progs; member
/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()
863 struct sk_psock_progs progs; member
1474 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
435 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
/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-4.19/include/linux/
Dbpf-cgroup.h60 struct list_head progs[MAX_BPF_ATTACH_TYPE]; member
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.h745 struct bpf_prog_skeleton *progs; member

12