Lines Matching refs:bpf_shtab_bucket
847 struct bpf_shtab_bucket { struct
854 struct bpf_shtab_bucket *buckets; argument
866 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
891 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()
915 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()
939 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()
991 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()
1114 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()
1120 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()
1141 struct bpf_shtab_bucket *bucket; in sock_hash_free()
1314 struct bpf_shtab_bucket *bucket; in sock_hash_seq_find_next()
1426 usage += htab->buckets_num * sizeof(struct bpf_shtab_bucket); in sock_hash_mem_usage()