Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h362 struct bpf_prog_stats { struct
419 struct bpf_prog_stats __percpu *stats;
Dfilter.h560 struct bpf_prog_stats *stats; \
/Linux-v5.4/kernel/bpf/
Dsyscall.c1376 struct bpf_prog_stats *stats) in bpf_prog_get_stats()
1382 const struct bpf_prog_stats *st; in bpf_prog_get_stats()
1404 struct bpf_prog_stats stats; in bpf_prog_show_fdinfo()
2330 struct bpf_prog_stats stats; in bpf_prog_get_info_by_fd()
Dcore.c114 prog->aux->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
122 struct bpf_prog_stats *pstats; in bpf_prog_alloc()