Searched refs:bpf_iter_aux_info (Results 1 – 17 of 17) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup_iter.c | 162 static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux) in BTF_ID_LIST_GLOBAL_SINGLE() 196 struct bpf_iter_aux_info *aux) in bpf_iter_attach_cgroup() 227 static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux) in bpf_iter_detach_cgroup() 232 static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_show_fdinfo() 264 static int bpf_iter_cgroup_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_fill_link_info()
|
| H A D | map_iter.c | 102 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map() 146 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map() 151 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_map_show_fdinfo() 157 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_map_fill_link_info()
|
| H A D | dmabuf_iter.c | 68 static void bpf_iter_dmabuf_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_dmabuf_show_fdinfo()
|
| H A D | task_iter.c | 207 struct bpf_iter_aux_info *aux) in bpf_iter_attach_task() 381 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns() 667 static int bpf_iter_fill_link_info(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info) in bpf_iter_fill_link_info() 682 static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq) in bpf_iter_task_show_fdinfo()
|
| H A D | kmem_cache_iter.c | 211 static void bpf_iter_kmem_cache_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_kmem_cache_show_fdinfo()
|
| H A D | bpf_iter.c | 18 struct bpf_iter_aux_info aux;
|
| H A D | arraymap.c | 690 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
|
| H A D | hashtab.c | 2118 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
|
| /linux/include/linux/ |
| H A D | proc_fs.h | 155 struct bpf_iter_aux_info; 156 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
|
| H A D | bpf.h | 49 struct bpf_iter_aux_info; 71 struct bpf_iter_aux_info *aux); 2647 struct bpf_iter_aux_info { struct 2664 struct bpf_iter_aux_info *aux); argument 2665 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux); 2666 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux, 2668 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux, 2715 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, 2717 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
|
| /linux/net/core/ |
| H A D | bpf_sk_storage.c | 831 struct bpf_iter_aux_info *aux) in bpf_iter_init_sk_storage_map() 849 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map() 877 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
|
| H A D | sock_map.c | 797 struct bpf_iter_aux_info *aux) in sock_map_init_seq_private() 1410 struct bpf_iter_aux_info *aux) in sock_hash_init_seq_private() 1904 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target() 1933 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
|
| /linux/fs/proc/ |
| H A D | proc_net.c | 94 int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_seq_net()
|
| /linux/kernel/ |
| H A D | kallsyms.c | 798 static int bpf_iter_ksym_init(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_ksym_init()
|
| /linux/net/ipv4/ |
| H A D | tcp_ipv4.c | 3716 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux)
|
| H A D | udp.c | 3970 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_udp()
|
| /linux/net/unix/ |
| H A D | af_unix.c | 3893 static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|