Searched refs:bpf_iter_aux_info (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/kernel/bpf/ |
D | map_iter.c | 103 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()
|
D | task_iter.c | 267 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns()
|
D | bpf_iter.c | 18 struct bpf_iter_aux_info aux;
|
D | arraymap.c | 636 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
|
D | hashtab.c | 2046 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
|
/linux-5.19.10/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 | 40 struct bpf_iter_aux_info; 54 struct bpf_iter_aux_info *aux); 1604 struct bpf_iter_aux_info { struct 1610 struct bpf_iter_aux_info *aux); argument 1611 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux); 1612 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux, 1614 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux, 1661 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux, 1663 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
|
/linux-5.19.10/net/core/ |
D | bpf_sk_storage.c | 875 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()
|
D | sock_map.c | 782 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() 1608 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target() 1637 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
|
/linux-5.19.10/fs/proc/ |
D | proc_net.c | 97 int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_seq_net()
|
/linux-5.19.10/net/ipv4/ |
D | tcp_ipv4.c | 3194 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|
D | udp.c | 3290 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|
/linux-5.19.10/net/unix/ |
D | af_unix.c | 3602 static int bpf_iter_init_unix(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
|