Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A 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()
A Dtask_iter.c267 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns()
A Dbpf_iter.c17 struct bpf_iter_aux_info aux;
A Darraymap.c607 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
A Dhashtab.c2009 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
/linux/include/linux/
A Dproc_fs.h139 struct bpf_iter_aux_info;
140 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
A Dbpf.h39 struct bpf_iter_aux_info;
53 struct bpf_iter_aux_info *aux);
1502 struct bpf_iter_aux_info { struct
1508 struct bpf_iter_aux_info *aux); argument
1509 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
1510 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux,
1512 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux,
1559 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
1561 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
/linux/net/core/
A Dbpf_sk_storage.c864 struct bpf_iter_aux_info *aux) in bpf_iter_init_sk_storage_map()
874 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map()
902 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
A Dsock_map.c777 struct bpf_iter_aux_info *aux) in sock_map_init_seq_private()
1368 struct bpf_iter_aux_info *aux) in sock_hash_init_seq_private()
1524 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target()
1553 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
/linux/fs/proc/
A Dproc_net.c85 int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux) in bpf_iter_init_seq_net()
/linux/net/ipv4/
A Dtcp_ipv4.c3251 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
A Dudp.c3272 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()

Completed in 43 milliseconds