Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dconst_fold.c179 int size = bpf_size_to_bytes(BPF_SIZE(insn->code)); in const_reg_xfer()
H A Dliveness.c1165 u32 sz = bpf_size_to_bytes(BPF_SIZE(insn->code)); in arg_track_xfer()
1197 u32 sz = bpf_size_to_bytes(BPF_SIZE(insn->code)); in arg_track_xfer()
1216 u32 sz = bpf_size_to_bytes(BPF_SIZE(insn->code)); in arg_track_xfer()
1332 s32 sz = bpf_size_to_bytes(BPF_SIZE(insn->code)); in record_load_store_access()
H A Dcgroup.c2529 read_size = bpf_size_to_bytes(BPF_SIZE(si->code)); in sysctl_convert_ctx_access()
H A Dverifier.c4771 if (size != bpf_size_to_bytes(BPF_DW)) { in check_map_access()
6287 int size = bpf_size_to_bytes(bpf_size); in check_map_mem_read()
6341 size = bpf_size_to_bytes(bpf_size); in check_mem_access()
/linux/include/linux/
H A Dfilter.h597 #define bpf_size_to_bytes(bpf_size) \ macro
629 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
/linux/net/core/
H A Dfilter.c498 int size = bpf_size_to_bytes(BPF_SIZE(fp->code)); in convert_bpf_ld_abs()