Searched refs:bpf_shtab_bucket (Results 1 – 1 of 1) sorted by relevance
817 struct bpf_shtab_bucket { struct824 struct bpf_shtab_bucket *buckets; argument836 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()861 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()885 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()909 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()961 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()1086 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()1092 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()1113 struct bpf_shtab_bucket *bucket; in sock_hash_free()[all …]