bpf_size_to_bytes  427 include/linux/filter.h 		const int __size = bpf_size_to_bytes(BPF_SIZE((insn)->code)); \
bpf_size_to_bytes 1390 kernel/bpf/cgroup.c 			read_size = bpf_size_to_bytes(BPF_SIZE(si->code));
bpf_size_to_bytes 2767 kernel/bpf/verifier.c 	size = bpf_size_to_bytes(bpf_size);
bpf_size_to_bytes  450 net/core/filter.c 	int size = bpf_size_to_bytes(BPF_SIZE(fp->code));