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

/linux-master/net/core/
H A Dsock_map.c19 struct sock **sks; member in struct:bpf_stab
49 stab->sks = bpf_map_area_alloc((u64) stab->map.max_entries *
52 if (!stab->sks) {
343 struct sock **psk = &stab->sks[i];
361 bpf_map_area_free(stab->sks);
378 return READ_ONCE(stab->sks[key]);
448 psk = &stab->sks[i];
494 osk = stab->sks[idx];
503 sock_map_add_link(psock, link, map, &stab->sks[idx]);
504 stab->sks[id
[all...]
/linux-master/include/uapi/linux/
H A Dcdrom.h746 __u8 sks[3]; member in struct:request_sense
/linux-master/drivers/scsi/
H A Dscsi_debug.c1239 u8 sks[4]; local
1251 memset(sks, 0, sizeof(sks));
1252 sks[0] = 0x80;
1254 sks[0] |= 0x40;
1256 sks[0] |= 0x8;
1257 sks[0] |= 0x7 & in_bit;
1259 put_unaligned_be16(in_byte, sks + 1);
1265 memcpy(sbuff + sl + 4, sks, 3);
1267 memcpy(sbuff + 15, sks,
[all...]

Completed in 121 milliseconds