Searched refs:bpf_iter_aux_info (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
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()
|
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()
|
D | task_iter.c | 228 struct bpf_iter_aux_info *aux) in bpf_iter_attach_task() 410 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns() 696 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() 711 static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq) in bpf_iter_task_show_fdinfo()
|
D | bpf_iter.c | 18 struct bpf_iter_aux_info aux;
|
D | arraymap.c | 641 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
|
D | hashtab.c | 2108 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
|
/Linux-v6.6/include/linux/ |
D | proc_fs.h | 148 struct bpf_iter_aux_info; 149 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
|
D | bpf.h | 45 struct bpf_iter_aux_info; 63 struct bpf_iter_aux_info *aux); 2203 struct bpf_iter_aux_info { struct 2220 struct bpf_iter_aux_info *aux); argument 2221 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux); 2222 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux, 2224 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux, 2271 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, 2273 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
|
/Linux-v6.6/net/core/ |
D | bpf_sk_storage.c | 843 struct bpf_iter_aux_info *aux) in bpf_iter_init_sk_storage_map() 861 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map() 889 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
|
D | sock_map.c | 782 struct bpf_iter_aux_info *aux) in sock_map_init_seq_private() 1390 struct bpf_iter_aux_info *aux) in sock_hash_init_seq_private() 1660 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target() 1689 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
|
/Linux-v6.6/fs/proc/ |
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-v6.6/kernel/ |
D | kallsyms.c | 857 static int bpf_iter_ksym_init(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_ksym_init()
|
/Linux-v6.6/net/ipv4/ |
D | tcp_ipv4.c | 3318 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|
D | udp.c | 3557 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_udp()
|
/Linux-v6.6/net/unix/ |
D | af_unix.c | 3582 static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|