Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H 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()
H A Dtask_iter.c286 static int init_seq_pidns(void *priv_data, struct bpf_iter_aux_info *aux) in init_seq_pidns()
H A Dbpf_iter.c17 struct bpf_iter_aux_info aux;
H A Darraymap.c603 struct bpf_iter_aux_info *aux) in bpf_iter_init_array_map()
H A Dhashtab.c1787 struct bpf_iter_aux_info *aux) in bpf_iter_init_hash_map()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h38 struct bpf_iter_aux_info;
46 struct bpf_iter_aux_info *aux);
1334 struct bpf_iter_aux_info { struct
1340 struct bpf_iter_aux_info *aux); argument
1341 typedef void (*bpf_iter_detach_target_t)(struct bpf_iter_aux_info *aux);
1342 typedef void (*bpf_iter_show_fdinfo_t) (const struct bpf_iter_aux_info *aux,
1344 typedef int (*bpf_iter_fill_link_info_t)(const struct bpf_iter_aux_info *aux,
1380 void bpf_iter_map_show_fdinfo(const struct bpf_iter_aux_info *aux,
1382 int bpf_iter_map_fill_link_info(const struct bpf_iter_aux_info *aux,
H A Dproc_fs.h138 struct bpf_iter_aux_info;
139 extern int bpf_iter_init_seq_net(void *priv_data, struct bpf_iter_aux_info *aux);
/OK3568_Linux_fs/kernel/net/core/
H A Dbpf_sk_storage.c791 struct bpf_iter_aux_info *aux) in bpf_iter_init_sk_storage_map()
809 struct bpf_iter_aux_info *aux) in bpf_iter_attach_map()
837 static void bpf_iter_detach_map(struct bpf_iter_aux_info *aux) in bpf_iter_detach_map()
H A Dsock_map.c814 struct bpf_iter_aux_info *aux) in sock_map_init_seq_private()
1434 struct bpf_iter_aux_info *aux) in sock_hash_init_seq_private()
1586 struct bpf_iter_aux_info *aux) in sock_map_iter_attach_target()
1615 static void sock_map_iter_detach_target(struct bpf_iter_aux_info *aux) in sock_map_iter_detach_target()
/OK3568_Linux_fs/kernel/fs/proc/
H 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()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_ipv4.c2976 static int bpf_iter_init_tcp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()
H A Dudp.c3211 static int bpf_iter_init_udp(void *priv_data, struct bpf_iter_aux_info *aux) in DEFINE_BPF_ITER_FUNC()