Home
last modified time | relevance | path

Searched refs:bpf_shtab_bucket (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c862 struct bpf_shtab_bucket { struct
869 struct bpf_shtab_bucket *buckets;
881 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
906 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()
930 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()
954 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()
1005 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()
1138 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()
1143 cost = (u64) htab->buckets_num * sizeof(struct bpf_shtab_bucket) + in sock_hash_alloc()
1154 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c840 struct bpf_shtab_bucket { struct
847 struct bpf_shtab_bucket *buckets;
859 static struct bpf_shtab_bucket *sock_hash_select_bucket(struct bpf_shtab *htab, in sock_hash_select_bucket()
884 struct bpf_shtab_bucket *bucket; in __sock_hash_lookup_elem()
908 struct bpf_shtab_bucket *bucket; in sock_hash_delete_from_link()
932 struct bpf_shtab_bucket *bucket; in sock_hash_delete_elem()
984 struct bpf_shtab_bucket *bucket; in sock_hash_update_common()
1107 htab->buckets_num > U32_MAX / sizeof(struct bpf_shtab_bucket)) { in sock_hash_alloc()
1113 sizeof(struct bpf_shtab_bucket), in sock_hash_alloc()
1134 struct bpf_shtab_bucket *bucke in sock_hash_free()
[all...]

Completed in 4 milliseconds