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

/linux-master/include/linux/
H A Dfilter.h484 #define bpf_size_to_bytes(bpf_size) \ macro
516 const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
/linux-master/kernel/bpf/
H A Dcgroup.c2273 read_size = bpf_size_to_bytes(BPF_SIZE(si->code));
H A Dverifier.c5456 if (size != bpf_size_to_bytes(BPF_DW)) {
6744 size = bpf_size_to_bytes(bpf_size);
/linux-master/net/core/
H A Dfilter.c478 int size = bpf_size_to_bytes(BPF_SIZE(fp->code));

Completed in 248 milliseconds