sx25              910 net/x25/af_x25.c 	struct sockaddr_x25 *sx25 = (struct sockaddr_x25 *)uaddr;
sx25              920 net/x25/af_x25.c 		sx25->sx25_addr = x25->dest_addr;
sx25              922 net/x25/af_x25.c 		sx25->sx25_addr = x25->source_addr;
sx25              924 net/x25/af_x25.c 	sx25->sx25_family = AF_X25;
sx25              925 net/x25/af_x25.c 	rc = sizeof(*sx25);
sx25             1096 net/x25/af_x25.c 	struct sockaddr_x25 sx25;
sx25             1127 net/x25/af_x25.c 		if (msg->msg_namelen < sizeof(sx25))
sx25             1129 net/x25/af_x25.c 		memcpy(&sx25, usx25, sizeof(sx25));
sx25             1131 net/x25/af_x25.c 		if (strcmp(x25->dest_addr.x25_addr, sx25.sx25_addr.x25_addr))
sx25             1134 net/x25/af_x25.c 		if (sx25.sx25_family != AF_X25)
sx25             1146 net/x25/af_x25.c 		sx25.sx25_family = AF_X25;
sx25             1147 net/x25/af_x25.c 		sx25.sx25_addr   = x25->dest_addr;
sx25             1270 net/x25/af_x25.c 	DECLARE_SOCKADDR(struct sockaddr_x25 *, sx25, msg->msg_name);
sx25             1351 net/x25/af_x25.c 	if (sx25) {
sx25             1352 net/x25/af_x25.c 		sx25->sx25_family = AF_X25;
sx25             1353 net/x25/af_x25.c 		sx25->sx25_addr   = x25->dest_addr;
sx25             1354 net/x25/af_x25.c 		msg->msg_namelen = sizeof(*sx25);