Home
last modified time | relevance | path

Searched refs:bpf_iter_aux_info (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/kernel/bpf/
Dcgroup_iter.c162 static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux) in BTF_ID_LIST_SINGLE()
182 struct bpf_iter_aux_info *aux) in bpf_iter_attach_cgroup()
213 static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux) in bpf_iter_detach_cgroup()
218 static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_show_fdinfo()
250 static int bpf_iter_cgroup_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_cgroup_fill_link_info()
Dmap_iter.c103 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map()
147 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
152 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, in bpf_iter_map_show_fdinfo()
158 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux, in bpf_iter_map_fill_link_info()
Dtask_iter.c228 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()
681 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()
696 static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq) in bpf_iter_task_show_fdinfo()
Dbpf_iter.c18 struct bpf_iter_aux_info aux;
Darraymap.c650 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
Dhashtab.c2088 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
/Linux-v6.1/include/linux/
Dproc_fs.h148 struct bpf_iter_aux_info;
149 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
Dbpf.h44 struct bpf_iter_aux_info;
60 struct bpf_iter_aux_info *aux);
1854 struct bpf_iter_aux_info { struct
1871 struct bpf_iter_aux_info *aux); argument
1872 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
1873 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux,
1875 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux,
1922 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
1924 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
/Linux-v6.1/net/core/
Dbpf_sk_storage.c875 struct bpf_iter_aux_info *aux) in bpf_iter_init_sk_storage_map()
893 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map()
921 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
Dsock_map.c782 struct bpf_iter_aux_info *aux) in sock_map_init_seq_private()
1381 struct bpf_iter_aux_info *aux) in sock_hash_init_seq_private()
1632 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target()
1661 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
/Linux-v6.1/fs/proc/
Dproc_net.c94 int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_seq_net()
/Linux-v6.1/kernel/
Dkallsyms.c826 static int bpf_iter_ksym_init(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_ksym_init()
/Linux-v6.1/net/ipv4/
Dudp.c3281 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
Dtcp_ipv4.c3246 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
/Linux-v6.1/net/unix/
Daf_unix.c3655 static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()