Home
last modified time | relevance | path

Searched refs:bpf_prog_tag_scratch_size (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dfilter.h787 static inline u32 bpf_prog_tag_scratch_size(const struct bpf_prog *prog) in bpf_prog_tag_scratch_size() function
/openbmc/linux/kernel/bpf/
H A Dcore.c283 u32 raw_size = bpf_prog_tag_scratch_size(fp); in bpf_prog_calc_tag()