Symbol: bpf_iter_aux_info
fs/proc/proc_net.c
95
int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux)
include/linux/bpf.h
2965
struct bpf_iter_aux_info *aux);
include/linux/bpf.h
2966
typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
include/linux/bpf.h
2967
typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
2969
typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
3016
void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
3018
int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
include/linux/bpf.h
53
struct bpf_iter_aux_info;
include/linux/bpf.h
75
struct bpf_iter_aux_info *aux);
include/linux/proc_fs.h
154
struct bpf_iter_aux_info;
include/linux/proc_fs.h
155
extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
kernel/bpf/arraymap.c
697
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
2221
struct bpf_iter_aux_info *aux)
kernel/bpf/hashtab.c
3480
static int bpf_iter_init_rhash_map(void *priv_data, 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
151
static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux)
kernel/bpf/map_iter.c
156
void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
kernel/bpf/map_iter.c
162
int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
kernel/bpf/task_iter.c
209
struct bpf_iter_aux_info *aux)
kernel/bpf/task_iter.c
383
static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux)
kernel/bpf/task_iter.c
669
static int bpf_iter_fill_link_info(const struct bpf_iter_aux_info *aux, struct bpf_link_info *info)
kernel/bpf/task_iter.c
684
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
833
struct bpf_iter_aux_info *aux)
net/core/bpf_sk_storage.c
851
struct bpf_iter_aux_info *aux)
net/core/bpf_sk_storage.c
879
static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1412
struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1937
struct bpf_iter_aux_info *aux)
net/core/sock_map.c
1966
static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux)
net/core/sock_map.c
799
struct bpf_iter_aux_info *aux)
net/ipv4/tcp_ipv4.c
3578
static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux)
net/ipv4/udp.c
3824
static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux)
net/unix/af_unix.c
3867
static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux)