causediag         164 include/net/x25.h 	struct x25_causediag	causediag;
causediag        1538 net/x25/af_x25.c 		rc = copy_to_user(argp, &x25->causediag, sizeof(x25->causediag))
causediag        1545 net/x25/af_x25.c 		struct x25_causediag causediag;
causediag        1547 net/x25/af_x25.c 		if (copy_from_user(&causediag, argp, sizeof(causediag)))
causediag        1550 net/x25/af_x25.c 		x25->causediag = causediag;
causediag         142 net/x25/x25_in.c 		x25->causediag.cause      = 0x01;
causediag         143 net/x25/x25_in.c 		x25->causediag.diagnostic = 0x48;
causediag         221 net/x25/x25_subr.c 			*dptr++ = x25->causediag.cause;
causediag         222 net/x25/x25_subr.c 			*dptr++ = x25->causediag.diagnostic;
causediag         349 net/x25/x25_subr.c 	x25->causediag.cause      = cause;
causediag         350 net/x25/x25_subr.c 	x25->causediag.diagnostic = diagnostic;