Searched refs:bpf_shtab_bucket (Results 1 – 1 of 1) sorted by relevance
816 struct bpf_shtab_bucket { struct823 struct bpf_shtab_bucket *buckets; argument835 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()860 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()884 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()908 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()960 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()1085 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()1091 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()1112 struct bpf_shtab_bucket *bucket; in sock_hash_free()[all …]
Completed in 8 milliseconds