Symbol: iucv_handler
drivers/s390/char/monreader.c
265
static struct iucv_handler monreader_iucv_handler = {
drivers/s390/char/vmlogrdr.c
108
static struct iucv_handler vmlogrdr_iucv_handler = {
drivers/s390/net/smsgiucv.c
41
static struct iucv_handler smsg_handler = {
drivers/tty/hvc/hvc_iucv.c
116
static struct iucv_handler hvc_iucv_handler = {
include/net/iucv/iucv.h
106
struct iucv_handler *handler;
include/net/iucv/iucv.h
198
int iucv_register(struct iucv_handler *handler, int smp);
include/net/iucv/iucv.h
199
void iucv_unregister(struct iucv_handler *handler, int smp);
include/net/iucv/iucv.h
231
int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
include/net/iucv/iucv.h
234
int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,
include/net/iucv/iucv.h
287
int (*path_accept)(struct iucv_path *path, struct iucv_handler *handler,
include/net/iucv/iucv.h
290
struct iucv_handler *handler,
include/net/iucv/iucv.h
295
int (*iucv_register)(struct iucv_handler *handler, int smp);
include/net/iucv/iucv.h
296
void (*iucv_unregister)(struct iucv_handler *handler, int smp);
net/iucv/af_iucv.c
1809
static struct iucv_handler af_iucv_handler = {
net/iucv/af_iucv.c
48
static struct iucv_handler af_iucv_handler;
net/iucv/iucv.c
1467
struct iucv_handler *handler;
net/iucv/iucv.c
753
int iucv_register(struct iucv_handler *handler, int smp)
net/iucv/iucv.c
786
void iucv_unregister(struct iucv_handler *handler, int smp)
net/iucv/iucv.c
850
int iucv_path_accept(struct iucv_path *path, struct iucv_handler *handler,
net/iucv/iucv.c
898
int iucv_path_connect(struct iucv_path *path, struct iucv_handler *handler,