Searched refs:IUCV_IPRMDATA (Results 1 – 3 of 3) sorted by relevance
| /linux/net/iucv/ |
| H A D | af_iucv.c | 119 * For IUCV_IPRMDATA, AF_IUCV uses the following convention to transport socket 138 if (msg->flags & IUCV_IPRMDATA) { in iucv_msg_length() 687 IUCV_IPRMDATA, GFP_KERNEL); in afiucv_path_connect() 885 * (IUCV_IPRMDATA). The socket data is stored at index 0 to 6 in the parameter 898 return pr_iucv->message_send(path, msg, IUCV_IPRMDATA, 0, in iucv_send_iprm() 1041 if (((iucv->path->flags & IUCV_IPRMDATA) & iucv->flags) && in iucv_sock_sendmsg() 1054 /* IUCV_IPRMDATA path flag is set... sever path */ in iucv_sock_sendmsg() 1158 if ((msg->flags & IUCV_IPRMDATA) && len > 7) { in iucv_process_message() 1181 msg->flags & IUCV_IPRMDATA, in iucv_process_message() 1434 IUCV_IPRMDATA, in iucv_sock_shutdown() [all...] |
| /linux/drivers/s390/char/ |
| H A D | monreader.c | 153 IUCV_IPRMDATA, NULL, 0); in mon_send_reply() 294 monpriv->path = iucv_path_alloc(MON_MSGLIM, IUCV_IPRMDATA, GFP_KERNEL); in mon_open()
|
| /linux/include/net/iucv/ |
| H A D | iucv.h | 64 #define IUCV_IPRMDATA 0x80 macro
|