Symbol: iucv_message
drivers/s390/char/monreader.c
250
struct iucv_message *msg)
drivers/s390/char/monreader.c
42
struct iucv_message msg;
drivers/s390/char/vmlogrdr.c
105
struct iucv_message *);
drivers/s390/char/vmlogrdr.c
197
struct iucv_message *msg)
drivers/s390/char/vmlogrdr.c
69
struct iucv_message local_interrupt_buffer;
drivers/s390/net/smsgiucv.c
39
static void smsg_message_pending(struct iucv_path *, struct iucv_message *);
drivers/s390/net/smsgiucv.c
55
struct iucv_message *msg)
drivers/tty/hvc/hvc_iucv.c
85
struct iucv_message msg; /* store an IUCV message */
drivers/tty/hvc/hvc_iucv.c
901
struct iucv_message *msg)
drivers/tty/hvc/hvc_iucv.c
93
static void hvc_iucv_msg_pending(struct iucv_path *, struct iucv_message *);
drivers/tty/hvc/hvc_iucv.c
94
static void hvc_iucv_msg_complete(struct iucv_path *, struct iucv_message *);
drivers/tty/hvc/hvc_iucv.c
949
struct iucv_message *msg)
include/net/iucv/af_iucv.h
57
struct iucv_message msg;
include/net/iucv/af_iucv.h
79
struct iucv_message iucv_hdr; /* => 33 bytes */
include/net/iucv/iucv.h
185
void (*message_pending)(struct iucv_path *, struct iucv_message *);
include/net/iucv/iucv.h
192
void (*message_complete)(struct iucv_path *, struct iucv_message *);
include/net/iucv/iucv.h
244
int iucv_message_purge(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
247
int iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
250
int __iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
254
int iucv_message_reject(struct iucv_path *path, struct iucv_message *msg);
include/net/iucv/iucv.h
256
int iucv_message_reply(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
259
int iucv_message_send(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
262
int __iucv_message_send(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
265
int iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
270
int (*message_receive)(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
273
struct iucv_message *msg, u8 flags, void *buffer, size_t size,
include/net/iucv/iucv.h
275
int (*message_reply)(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
277
int (*message_reject)(struct iucv_path *path, struct iucv_message *msg);
include/net/iucv/iucv.h
278
int (*message_send)(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
280
int (*__message_send)(struct iucv_path *path, struct iucv_message *msg,
include/net/iucv/iucv.h
283
struct iucv_message *msg, u8 flags, u32 srccls, void *buffer,
include/net/iucv/iucv.h
285
int (*message_purge)(struct iucv_path *path, struct iucv_message *msg,
net/iucv/af_iucv.c
1143
struct iucv_message *msg)
net/iucv/af_iucv.c
131
static inline size_t iucv_msg_length(struct iucv_message *msg)
net/iucv/af_iucv.c
1405
struct iucv_message txmsg;
net/iucv/af_iucv.c
1690
static void iucv_callback_rx(struct iucv_path *path, struct iucv_message *msg)
net/iucv/af_iucv.c
1735
struct iucv_message *msg)
net/iucv/af_iucv.c
194
static int afiucv_hs_send(struct iucv_message *imsg, struct sock *sock,
net/iucv/af_iucv.c
225
memcpy(&phs_hdr->iucv_hdr, imsg, sizeof(struct iucv_message));
net/iucv/af_iucv.c
54
#define TRGCLS_SIZE sizeof_field(struct iucv_message, class)
net/iucv/af_iucv.c
888
static int iucv_send_iprm(struct iucv_path *path, struct iucv_message *msg,
net/iucv/af_iucv.c
907
struct iucv_message txmsg = {0};
net/iucv/iucv.c
1054
int iucv_message_purge(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1097
struct iucv_message *msg,
net/iucv/iucv.c
1146
int __iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1195
int iucv_message_receive(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1222
int iucv_message_reject(struct iucv_path *path, struct iucv_message *msg)
net/iucv/iucv.c
1261
int iucv_message_reply(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1313
int __iucv_message_send(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1368
int iucv_message_send(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1401
int iucv_message_send2way(struct iucv_path *path, struct iucv_message *msg,
net/iucv/iucv.c
1654
struct iucv_message msg;
net/iucv/iucv.c
1701
struct iucv_message msg;