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
51 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries * in sock_map_alloc()
54 if (!stab->sks) { in sock_map_alloc()
345 struct sock **psk = &stab->sks[i]; in sock_map_free()
363 bpf_map_area_free(stab->sks); in sock_map_free()
380 return READ_ONCE(stab->sks[key]); in __sock_map_lookup_elem()
448 psk = &stab->sks[i]; in sock_map_delete_elem()
494 osk = stab->sks[idx]; in sock_map_update_common()
503 sock_map_add_link(psock, link, map, &stab->sks[idx]); in sock_map_update_common()
504 stab->sks[idx] = sk; in sock_map_update_common()
[all …]