bucket_log 50 net/core/bpf_sk_storage.c u32 bucket_log; bucket_log 96 net/core/bpf_sk_storage.c return &smap->buckets[hash_ptr(selem, smap->bucket_log)]; bucket_log 577 net/core/bpf_sk_storage.c for (i = 0; i < (1U << smap->bucket_log); i++) { bucket_log 649 net/core/bpf_sk_storage.c smap->bucket_log = ilog2(nbuckets);