Home
last modified time | relevance | path

Searched refs:bpf_prog_stats (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Ddrgn.rst191 .stats = (struct bpf_prog_stats *)0x603fe3a1f6d0,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dtrampoline.c523 struct bpf_prog_stats *stats; in __bpf_prog_exit()
H A Dsyscall.c1795 struct bpf_prog_stats *stats) in bpf_prog_get_stats()
1801 const struct bpf_prog_stats *st; in bpf_prog_get_stats()
1823 struct bpf_prog_stats stats; in bpf_prog_show_fdinfo()
3421 struct bpf_prog_stats stats; in bpf_prog_get_info_by_fd()
H A Dcore.c123 prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
131 struct bpf_prog_stats *pstats; in bpf_prog_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h519 struct bpf_prog_stats { struct
867 struct bpf_prog_stats __percpu *stats;
H A Dfilter.h579 struct bpf_prog_stats *__stats; \