Home
last modified time | relevance | path

Searched refs:sks (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dsock_map.c19 struct sock **sks; member
49 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries * in sock_map_alloc()
52 if (!stab->sks) { in sock_map_alloc()
343 struct sock **psk = &stab->sks[i]; in sock_map_free()
361 bpf_map_area_free(stab->sks); in sock_map_free()
378 return READ_ONCE(stab->sks[key]); in __sock_map_lookup_elem()
445 psk = &stab->sks[i]; in sock_map_delete_elem()
491 osk = stab->sks[idx]; in sock_map_update_common()
500 sock_map_add_link(psock, link, map, &stab->sks[idx]); in sock_map_update_common()
501 stab->sks[idx] = sk; in sock_map_update_common()
[all …]