Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfilter.h439 #define bpf_size_to_bytes(bpf_size) \ macro
471 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
/openbmc/linux/kernel/bpf/
H A Dcgroup.c2292 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access()
H A Dverifier.c5451 if (size != bpf_size_to_bytes(BPF_DW)) { in check_map_access()
6703 size = bpf_size_to_bytes(bpf_size); in check_mem_access()
/openbmc/linux/net/core/
H A Dfilter.c475 int size = bpf_size_to_bytes(BPF_SIZE(fp->code)); in convert_bpf_ld_abs()