Symbol: bpf_iter_aux_info
fs/proc/proc_net.c
94
int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux)
include/linux/bpf.h
2839
struct bpf_iter_aux_info *aux);
include/linux/bpf.h
2840
typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
include/linux/bpf.h
2841
typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
2843
typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
2890
void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
2892
int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
49
struct bpf_iter_aux_info;
include/linux/bpf.h
71
struct bpf_iter_aux_info *aux);
include/linux/proc_fs.h
153
struct bpf_iter_aux_info;
include/linux/proc_fs.h
154
extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
kernel/bpf/arraymap.c
699
struct bpf_iter_aux_info *aux)
kernel/bpf/bpf_iter.c
18
struct bpf_iter_aux_info aux;
kernel/bpf/cgroup_iter.c
167
static int cgroup_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux)
kernel/bpf/cgroup_iter.c
201
struct bpf_iter_aux_info *aux)
kernel/bpf/cgroup_iter.c
237
static void bpf_iter_detach_cgroup(struct bpf_iter_aux_info *aux)
kernel/bpf/cgroup_iter.c
242
static void bpf_iter_cgroup_show_fdinfo(const struct bpf_iter_aux_info *aux,
kernel/bpf/cgroup_iter.c
276
static int bpf_iter_cgroup_fill_link_info(const struct bpf_iter_aux_info *aux,
kernel/bpf/dmabuf_iter.c
100
static int dmabuf_iter_seq_init(void *priv, struct bpf_iter_aux_info *aux)
kernel/bpf/dmabuf_iter.c
94
static void bpf_iter_dmabuf_show_fdinfo(const struct bpf_iter_aux_info *aux,
kernel/bpf/hashtab.c
2214
struct bpf_iter_aux_info *aux)
kernel/bpf/kmem_cache_iter.c
211
static void bpf_iter_kmem_cache_show_fdinfo(const struct bpf_iter_aux_info *aux,
kernel/bpf/map_iter.c
102
struct bpf_iter_aux_info *aux)
kernel/bpf/map_iter.c
146
static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux)
kernel/bpf/map_iter.c
151
void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
kernel/bpf/map_iter.c
157
int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
kernel/bpf/task_iter.c
207
struct bpf_iter_aux_info *aux)
kernel/bpf/task_iter.c
381
static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux)
kernel/bpf/task_iter.c
667
static int bpf_iter_fill_link_info(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info)
kernel/bpf/task_iter.c
682
static void bpf_iter_task_show_fdinfo(const struct bpf_iter_aux_info *aux, struct seq_file *seq)
kernel/kallsyms.c
838
static int bpf_iter_ksym_init(void *priv_data, struct bpf_iter_aux_info *aux)
net/core/bpf_sk_storage.c
836
struct bpf_iter_aux_info *aux)
net/core/bpf_sk_storage.c
854
struct bpf_iter_aux_info *aux)
net/core/bpf_sk_storage.c
882
static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1410
struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1904
struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1933
static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux)
net/core/sock_map.c
797
struct bpf_iter_aux_info *aux)
net/ipv4/tcp_ipv4.c
3651
static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux)
net/ipv4/udp.c
3998
static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux)
net/unix/af_unix.c
3851
static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux)