Searched refs:bpf_shtab_bucket (Results 1 – 1 of 1) sorted by relevance
831 struct bpf_shtab_bucket { struct838 struct bpf_shtab_bucket *buckets; argument850 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()875 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()899 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()923 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()975 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()1100 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()1106 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()1127 struct bpf_shtab_bucket *bucket; in sock_hash_free()[all …]