Searched refs:iprm_shutdown (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/iucv/ |
H A D | af_iucv.c | 49 static const u8 iprm_shutdown[8] = variable 1174 if (memcmp(msg->rmmsg, iprm_shutdown, 8) == 0) { in iucv_process_message() 1443 IUCV_IPRMDATA, 0, (void *) iprm_shutdown, 8); in iucv_sock_shutdown()
|
/kernel/linux/linux-6.6/net/iucv/ |
H A D | af_iucv.c | 51 static const u8 iprm_shutdown[8] = variable 1156 if (memcmp(msg->rmmsg, iprm_shutdown, 8) == 0) { in iucv_process_message() 1424 IUCV_IPRMDATA, 0, (void *) iprm_shutdown, 8); in iucv_sock_shutdown()
|
Completed in 5 milliseconds